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

#include <modphy_table.h>

Collaboration diagram for modphy_entry:
Collaboration graph

Data Fields

u8 port
 
u32 reg
 
u32 mask
 
u32 value
 
u8 op_read
 
u8 op_write
 

Detailed Description

Definition at line 8 of file modphy_table.h.

Field Documentation

◆ mask

u32 modphy_entry::mask

Definition at line 11 of file modphy_table.h.

Referenced by program_modphy_table().

◆ op_read

u8 modphy_entry::op_read

Definition at line 13 of file modphy_table.h.

Referenced by program_modphy_table().

◆ op_write

u8 modphy_entry::op_write

Definition at line 14 of file modphy_table.h.

Referenced by program_modphy_table().

◆ port

u8 modphy_entry::port

Definition at line 9 of file modphy_table.h.

Referenced by program_modphy_table().

◆ reg

u32 modphy_entry::reg

Definition at line 10 of file modphy_table.h.

Referenced by program_modphy_table().

◆ value

u32 modphy_entry::value

Definition at line 12 of file modphy_table.h.

Referenced by program_modphy_table().


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