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

Go to the source code of this file.

Macros

#define CFG   0x800
 
#define CFG_EN   0x1
 
#define CFG2   0x48
 
#define CFG2_LAT_L1_MASK   ((0x7 << 12) | (0x7 << 3))
 
#define CFG2_LAT_L1_64US   ((0x6 << 12) | (0x6 << 3))
 
#define CFG2_L0S_SUPPORT   (0x1 << 6)
 
#define LTR   0x5C
 
#define SNOOP_VALUE   0x25
 
#define SNOOP_SCALE   (0x3 << 10)
 
#define NO_SNOOP_VALUE   (0x25 << 16)
 
#define NO_SNOOP_SCALE   (0x3 << 26)
 
#define CFG3   0x70
 
#define SCP_DEBUG   (0x1 << 19)
 

Macro Definition Documentation

◆ CFG

#define CFG   0x800

Definition at line 8 of file gl9755.h.

◆ CFG2

#define CFG2   0x48

Definition at line 10 of file gl9755.h.

◆ CFG2_L0S_SUPPORT

#define CFG2_L0S_SUPPORT   (0x1 << 6)

Definition at line 13 of file gl9755.h.

◆ CFG2_LAT_L1_64US

#define CFG2_LAT_L1_64US   ((0x6 << 12) | (0x6 << 3))

Definition at line 12 of file gl9755.h.

◆ CFG2_LAT_L1_MASK

#define CFG2_LAT_L1_MASK   ((0x7 << 12) | (0x7 << 3))

Definition at line 11 of file gl9755.h.

◆ CFG3

#define CFG3   0x70

Definition at line 19 of file gl9755.h.

◆ CFG_EN

#define CFG_EN   0x1

Definition at line 9 of file gl9755.h.

◆ LTR

#define LTR   0x5C

Definition at line 14 of file gl9755.h.

◆ NO_SNOOP_SCALE

#define NO_SNOOP_SCALE   (0x3 << 26)

Definition at line 18 of file gl9755.h.

◆ NO_SNOOP_VALUE

#define NO_SNOOP_VALUE   (0x25 << 16)

Definition at line 17 of file gl9755.h.

◆ SCP_DEBUG

#define SCP_DEBUG   (0x1 << 19)

Definition at line 20 of file gl9755.h.

◆ SNOOP_SCALE

#define SNOOP_SCALE   (0x3 << 10)

Definition at line 16 of file gl9755.h.

◆ SNOOP_VALUE

#define SNOOP_VALUE   0x25

Definition at line 15 of file gl9755.h.