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

Data Fields

union espi_txhdr0 hdr0
 
union espi_txhdr1 hdr1
 
union espi_txhdr2 hdr2
 
union espi_txdata data
 
uint32_t expected_status_codes
 

Detailed Description

Definition at line 407 of file espi_util.c.

Field Documentation

◆ data

union espi_txdata espi_cmd::data

Definition at line 403 of file espi_util.c.

Referenced by espi_get_configuration().

◆ expected_status_codes

uint32_t espi_cmd::expected_status_codes

Definition at line 412 of file espi_util.c.

◆ hdr0

union espi_txhdr0 espi_cmd::hdr0

Definition at line 403 of file espi_util.c.

Referenced by espi_get_configuration().

◆ hdr1

union espi_txhdr1 espi_cmd::hdr1

Definition at line 403 of file espi_util.c.

Referenced by espi_get_configuration().

◆ hdr2

union espi_txhdr2 espi_cmd::hdr2

Definition at line 403 of file espi_util.c.

Referenced by espi_get_configuration().


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