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

Data Fields

uint32_t val
 
struct {
   uint32_t   cmd_type:3
 
   uint32_t   cmd_sts:1
 
   uint32_t   slave_sel:2
 
   uint32_t   rsvd:2
 
   uint32_t   hdata0:8
 
   uint32_t   hdata1:8
 
   uint32_t   hdata2:8
 
}; 
 

Detailed Description

Definition at line 366 of file espi_util.c.

Field Documentation

◆ 

struct { ... }

◆ cmd_sts

uint32_t espi_txhdr0::cmd_sts

Definition at line 370 of file espi_util.c.

◆ cmd_type

uint32_t espi_txhdr0::cmd_type

Definition at line 369 of file espi_util.c.

◆ hdata0

uint32_t espi_txhdr0::hdata0

Definition at line 373 of file espi_util.c.

◆ hdata1

uint32_t espi_txhdr0::hdata1

Definition at line 374 of file espi_util.c.

◆ hdata2

uint32_t espi_txhdr0::hdata2

Definition at line 375 of file espi_util.c.

◆ rsvd

uint32_t espi_txhdr0::rsvd

Definition at line 372 of file espi_util.c.

◆ slave_sel

uint32_t espi_txhdr0::slave_sel

Definition at line 371 of file espi_util.c.

◆ val

uint32_t espi_txhdr0::val

Definition at line 367 of file espi_util.c.

Referenced by espi_get_configuration().


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