cpu/intel: Add socket types
[coreboot2.git] / src / northbridge / intel / sandybridge / registers / epbar.h
blob386dbe12623d14daca1229825fde0d1101c99c6a
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __SANDYBRIDGE_REGISTERS_EPBAR_H__
4 #define __SANDYBRIDGE_REGISTERS_EPBAR_H__
6 #define EPPVCCAP1 0x004 /* 32bit */
7 #define EPPVCCAP2 0x008 /* 32bit */
9 #define EPVC0RCAP 0x010 /* 32bit */
10 #define EPVC0RCTL 0x014 /* 32bit */
11 #define EPVC0RSTS 0x01a /* 16bit */
13 #define EPVC1RCAP 0x01c /* 32bit */
14 #define EPVC1RCTL 0x020 /* 32bit */
15 #define EPVC1RSTS 0x026 /* 16bit */
17 #define EPESD 0x044 /* 32bit */
19 #define EPLE1D 0x050 /* 32bit */
20 #define EPLE1A 0x058 /* 64bit */
21 #define EPLE2D 0x060 /* 32bit */
22 #define EPLE2A 0x068 /* 64bit */
24 #endif /* __SANDYBRIDGE_REGISTERS_EPBAR_H__ */