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

Data Fields

u8 stack
 
u8 slot_type
 
u8 slot_data_bus_width
 
u8 dev_func
 
const char * slot_designator
 

Detailed Description

Definition at line 81 of file ramstage.c.

Field Documentation

◆ dev_func

u8 slot_info::dev_func

Definition at line 85 of file ramstage.c.

◆ slot_data_bus_width

u8 slot_info::slot_data_bus_width

Definition at line 84 of file ramstage.c.

◆ slot_designator

const char* slot_info::slot_designator

Definition at line 86 of file ramstage.c.

◆ slot_type

u8 slot_info::slot_type

Definition at line 83 of file ramstage.c.

◆ stack

u8 slot_info::stack

Definition at line 82 of file ramstage.c.


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