coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
data_fabric_def.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DF_FICAA_BIOS   0x5C
 
#define DF_FICAD_LO   0x98
 
#define DF_FICAD_HI   0x9C
 
#define DF_IND_CFG_INST_ACC_EN   (1 << 0)
 
#define DF_IND_CFG_ACC_REG_SHIFT   2
 
#define DF_IND_CFG_ACC_REG_MASK   (0x1ff << DF_IND_CFG_ACC_REG_SHIFT)
 
#define DF_IND_CFG_ACC_FUN_SHIFT   11
 
#define DF_IND_CFG_ACC_FUN_MASK   (0x7 << DF_IND_CFG_ACC_FUN_SHIFT)
 
#define DF_IND_CFG_64B_EN_SHIFT   14
 
#define DF_IND_CFG_64B_EN   (0x1 << DF_IND_CFG_64B_EN_SHIFT)
 
#define DF_IND_CFG_INST_ID_SHIFT   16
 
#define DF_IND_CFG_INST_ID_MASK   (0xff << DF_IND_CFG_INST_ID_SHIFT)
 

Macro Definition Documentation

◆ DF_FICAA_BIOS

#define DF_FICAA_BIOS   0x5C

Definition at line 6 of file data_fabric_def.h.

◆ DF_FICAD_HI

#define DF_FICAD_HI   0x9C

Definition at line 8 of file data_fabric_def.h.

◆ DF_FICAD_LO

#define DF_FICAD_LO   0x98

Definition at line 7 of file data_fabric_def.h.

◆ DF_IND_CFG_64B_EN

#define DF_IND_CFG_64B_EN   (0x1 << DF_IND_CFG_64B_EN_SHIFT)

Definition at line 16 of file data_fabric_def.h.

◆ DF_IND_CFG_64B_EN_SHIFT

#define DF_IND_CFG_64B_EN_SHIFT   14

Definition at line 15 of file data_fabric_def.h.

◆ DF_IND_CFG_ACC_FUN_MASK

#define DF_IND_CFG_ACC_FUN_MASK   (0x7 << DF_IND_CFG_ACC_FUN_SHIFT)

Definition at line 14 of file data_fabric_def.h.

◆ DF_IND_CFG_ACC_FUN_SHIFT

#define DF_IND_CFG_ACC_FUN_SHIFT   11

Definition at line 13 of file data_fabric_def.h.

◆ DF_IND_CFG_ACC_REG_MASK

#define DF_IND_CFG_ACC_REG_MASK   (0x1ff << DF_IND_CFG_ACC_REG_SHIFT)

Definition at line 12 of file data_fabric_def.h.

◆ DF_IND_CFG_ACC_REG_SHIFT

#define DF_IND_CFG_ACC_REG_SHIFT   2

Definition at line 11 of file data_fabric_def.h.

◆ DF_IND_CFG_INST_ACC_EN

#define DF_IND_CFG_INST_ACC_EN   (1 << 0)

Definition at line 10 of file data_fabric_def.h.

◆ DF_IND_CFG_INST_ID_MASK

#define DF_IND_CFG_INST_ID_MASK   (0xff << DF_IND_CFG_INST_ID_SHIFT)

Definition at line 18 of file data_fabric_def.h.

◆ DF_IND_CFG_INST_ID_SHIFT

#define DF_IND_CFG_INST_ID_SHIFT   16

Definition at line 17 of file data_fabric_def.h.