coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
modphy_table.h File Reference
#include <stdint.h>
Include dependency graph for modphy_table.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  modphy_entry
 

Macros

#define MODPHY_ENTRY_END   ((struct modphy_entry) { 0, 0, 0, 0, 0, 0 })
 

Variables

struct modphy_entry reva0_modphy_table []
 
struct modphy_entry revb0_modphy_table []
 

Macro Definition Documentation

◆ MODPHY_ENTRY_END

#define MODPHY_ENTRY_END   ((struct modphy_entry) { 0, 0, 0, 0, 0, 0 })

Definition at line 17 of file modphy_table.h.

Variable Documentation

◆ reva0_modphy_table

struct modphy_entry reva0_modphy_table[]
extern

Definition at line 1 of file modphy_table.c.

Referenced by baytrail_run_reference_code().

◆ revb0_modphy_table

struct modphy_entry revb0_modphy_table[]
extern

Definition at line 1 of file modphy_table.c.

Referenced by baytrail_run_reference_code().