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

Go to the source code of this file.

Macros

#define GPMR_LPCLGIR1   0x2730
 
#define GPMR_DMICTL   0x2234
 
#define GPMR_DMICTL_SRLOCK   (1 << 31)
 
#define GPMR_LPCGMR   0x2740
 
#define GPMR_GCS   0x274c
 
#define GPMR_GCS_BILD   (1 << 0)
 
#define GPMR_LPCIOD   0x2770
 
#define GPMR_LPCIOE   0x2774
 
#define GPMR_TCOBASE   0x2778
 
#define GPMR_TCOEN   (1 << 1)
 
#define MAX_GPMR_REGS   3
 
#define GPMR_OFFSET(x)   (0x277c + (x) * 8)
 
#define GPMR_LIMIT_MASK   0xffff0000
 
#define GPMR_BASE_SHIFT   16
 
#define GPMR_BASE_MASK   0xffff
 
#define GPMR_DID_OFFSET(x)   (0x2780 + (x) * 8)
 
#define GPMR_EN   BIT(31)
 

Macro Definition Documentation

◆ GPMR_BASE_MASK

#define GPMR_BASE_MASK   0xffff

Definition at line 22 of file pcr_gpmr.h.

◆ GPMR_BASE_SHIFT

#define GPMR_BASE_SHIFT   16

Definition at line 21 of file pcr_gpmr.h.

◆ GPMR_DID_OFFSET

#define GPMR_DID_OFFSET (   x)    (0x2780 + (x) * 8)

Definition at line 24 of file pcr_gpmr.h.

◆ GPMR_DMICTL

#define GPMR_DMICTL   0x2234

Definition at line 7 of file pcr_gpmr.h.

◆ GPMR_DMICTL_SRLOCK

#define GPMR_DMICTL_SRLOCK   (1 << 31)

Definition at line 8 of file pcr_gpmr.h.

◆ GPMR_EN

#define GPMR_EN   BIT(31)

Definition at line 25 of file pcr_gpmr.h.

◆ GPMR_GCS

#define GPMR_GCS   0x274c

Definition at line 10 of file pcr_gpmr.h.

◆ GPMR_GCS_BILD

#define GPMR_GCS_BILD   (1 << 0)

Definition at line 11 of file pcr_gpmr.h.

◆ GPMR_LIMIT_MASK

#define GPMR_LIMIT_MASK   0xffff0000

Definition at line 20 of file pcr_gpmr.h.

◆ GPMR_LPCGMR

#define GPMR_LPCGMR   0x2740

Definition at line 9 of file pcr_gpmr.h.

◆ GPMR_LPCIOD

#define GPMR_LPCIOD   0x2770

Definition at line 12 of file pcr_gpmr.h.

◆ GPMR_LPCIOE

#define GPMR_LPCIOE   0x2774

Definition at line 13 of file pcr_gpmr.h.

◆ GPMR_LPCLGIR1

#define GPMR_LPCLGIR1   0x2730

Definition at line 6 of file pcr_gpmr.h.

◆ GPMR_OFFSET

#define GPMR_OFFSET (   x)    (0x277c + (x) * 8)

Definition at line 19 of file pcr_gpmr.h.

◆ GPMR_TCOBASE

#define GPMR_TCOBASE   0x2778

Definition at line 14 of file pcr_gpmr.h.

◆ GPMR_TCOEN

#define GPMR_TCOEN   (1 << 1)

Definition at line 15 of file pcr_gpmr.h.

◆ MAX_GPMR_REGS

#define MAX_GPMR_REGS   3

Definition at line 17 of file pcr_gpmr.h.