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

Data Fields

struct {
   uint32_t   ac_type: 4
 
   uint32_t   major: 5
 
   uint32_t   minor_invalid: 1
 
   uint32_t   minor: 12
 
   uint32_t   __pad0__: 2
 
   uint32_t   external: 1
 
   uint32_t   valid: 1
 
txt
 
struct {
   uint32_t   ac_type: 4
 
   uint32_t   error: 5
 
   uint32_t   acm_started: 1
 
   uint32_t   km_id: 4
 
   uint32_t   bp: 5
 
   uint32_t   __pad0__: 6
 
   uint32_t   valid: 1
 
btg
 
uint32_t raw
 

Detailed Description

Definition at line 79 of file logging.c.

Field Documentation

◆ __pad0__

uint32_t cbnt_biosacm_errorcode::__pad0__

Definition at line 86 of file logging.c.

◆ ac_type

uint32_t cbnt_biosacm_errorcode::ac_type

Definition at line 81 of file logging.c.

Referenced by intel_cbnt_log_registers().

◆ acm_started

uint32_t cbnt_biosacm_errorcode::acm_started

Definition at line 94 of file logging.c.

Referenced by intel_cbnt_log_registers().

◆ bp

uint32_t cbnt_biosacm_errorcode::bp

Definition at line 96 of file logging.c.

Referenced by intel_cbnt_log_registers().

◆ 

struct { ... } cbnt_biosacm_errorcode::btg

◆ error

uint32_t cbnt_biosacm_errorcode::error

Definition at line 93 of file logging.c.

Referenced by intel_cbnt_log_registers().

◆ external

uint32_t cbnt_biosacm_errorcode::external

Definition at line 87 of file logging.c.

Referenced by intel_cbnt_log_registers().

◆ km_id

uint32_t cbnt_biosacm_errorcode::km_id

Definition at line 95 of file logging.c.

Referenced by intel_cbnt_log_registers().

◆ major

uint32_t cbnt_biosacm_errorcode::major

Definition at line 83 of file logging.c.

Referenced by intel_cbnt_log_registers().

◆ minor

uint32_t cbnt_biosacm_errorcode::minor

Definition at line 85 of file logging.c.

Referenced by intel_cbnt_log_registers().

◆ minor_invalid

uint32_t cbnt_biosacm_errorcode::minor_invalid

Definition at line 84 of file logging.c.

Referenced by intel_cbnt_log_registers().

◆ raw

uint32_t cbnt_biosacm_errorcode::raw

Definition at line 100 of file logging.c.

Referenced by intel_cbnt_log_registers().

◆ 

struct { ... } cbnt_biosacm_errorcode::txt

◆ valid

uint32_t cbnt_biosacm_errorcode::valid

Definition at line 88 of file logging.c.

Referenced by intel_cbnt_log_registers().


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