coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
modphy_table.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _BAYTRAIL_MODPHY_TABLE_H_
4 #define _BAYTRAIL_MODPHY_TABLE_H_
5 
6 #include <stdint.h>
7 
8 struct modphy_entry {
15 };
16 
17 #define MODPHY_ENTRY_END ((struct modphy_entry) { 0, 0, 0, 0, 0, 0 })
18 
19 extern struct modphy_entry reva0_modphy_table[]; /* SOC stepping A0/A1 */
20 extern struct modphy_entry revb0_modphy_table[]; /* SOC stepping B0 or later */
21 
22 #endif
struct modphy_entry revb0_modphy_table[]
Definition: modphy_table.c:228
struct modphy_entry reva0_modphy_table[]
Definition: modphy_table.c:5
uint32_t u32
Definition: stdint.h:51
uint8_t u8
Definition: stdint.h:45
Definition: modphy_table.h:8
u32 mask
Definition: modphy_table.h:11
u8 op_write
Definition: modphy_table.h:14
u8 op_read
Definition: modphy_table.h:13
u32 reg
Definition: modphy_table.h:10
u32 value
Definition: modphy_table.h:12
u8 port
Definition: modphy_table.h:9