coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
tpm_inf_dev Struct Reference
Collaboration diagram for tpm_inf_dev:
Collaboration graph

Data Fields

int bus
 
unsigned int addr
 
uint8_t buf [CR50_MAX_BUFSIZE+sizeof(uint8_t)]
 
unsigned int sleep_short
 
unsigned int sleep_long
 
enum i2c_chip_type chip_type
 

Detailed Description

Definition at line 41 of file cr50.c.

Field Documentation

◆ addr

unsigned int tpm_inf_dev::addr

◆ buf

uint8_t tpm_inf_dev::buf

Definition at line 44 of file cr50.c.

Referenced by cr50_i2c_write(), and iic_tpm_write_generic().

◆ bus

int tpm_inf_dev::bus

◆ chip_type

enum i2c_chip_type tpm_inf_dev::chip_type

Definition at line 65 of file tpm.c.

Referenced by iic_tpm_read(), tpm_vendor_init(), and tpm_vendor_probe().

◆ sleep_long

unsigned int tpm_inf_dev::sleep_long

Definition at line 64 of file tpm.c.

Referenced by iic_tpm_write_long(), tpm_vendor_init(), and tpm_vendor_probe().

◆ sleep_short

unsigned int tpm_inf_dev::sleep_short

The documentation for this struct was generated from the following files: