coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
drivers_i2c_tpm_config Struct Reference

#include <chip.h>

Collaboration diagram for drivers_i2c_tpm_config:
Collaboration graph

Data Fields

const char * hid
 
const char * desc
 
unsigned int uid
 
enum i2c_speed speed
 
struct acpi_irq irq
 
struct acpi_gpio irq_gpio
 
enum tpm_power_managed_mode power_managed_mode
 

Detailed Description

Definition at line 12 of file chip.h.

Field Documentation

◆ desc

const char* drivers_i2c_tpm_config::desc

Definition at line 14 of file chip.h.

◆ hid

const char* drivers_i2c_tpm_config::hid

Definition at line 13 of file chip.h.

◆ irq

struct acpi_irq drivers_i2c_tpm_config::irq

Definition at line 15 of file chip.h.

◆ irq_gpio

struct acpi_gpio drivers_i2c_tpm_config::irq_gpio

Definition at line 15 of file chip.h.

Referenced by cr50_devtree_update().

◆ power_managed_mode

enum tpm_power_managed_mode drivers_i2c_tpm_config::power_managed_mode

Definition at line 15 of file chip.h.

◆ speed

enum i2c_speed drivers_i2c_tpm_config::speed

Definition at line 15 of file chip.h.

◆ uid

unsigned int drivers_i2c_tpm_config::uid

Definition at line 15 of file chip.h.


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