1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #ifndef __PINEVIEW_HOSTBRIDGE_REGS_H__
4 #define __PINEVIEW_HOSTBRIDGE_REGS_H__
9 #define GGC 0x52 /* GMCH Graphics Control */
11 #define DEVEN 0x54 /* Device Enable */
12 #define DEVEN_D0F0 (1 << 0)
13 #define DEVEN_D1F0 (1 << 1)
14 #define DEVEN_D2F0 (1 << 3)
15 #define DEVEN_D2F1 (1 << 4)
18 #define BOARD_DEVEN (DEVEN_D0F0 | DEVEN_D2F0 | DEVEN_D2F1)
19 #endif /* BOARD_DEVEN */
33 #define LAC 0x97 /* Legacy Access Control */
34 #define REMAPBASE 0x98
35 #define REMAPLIMIT 0x9a
36 #define SMRAM 0x9d /* System Management RAM Control */
37 #define ESMRAMC 0x9e /* Extended System Management RAM Control */
44 #define TOLUD 0xb0 /* Top of Low Used Memory */
50 #define SKPAD 0xdc /* Scratchpad Data */
57 #endif /* __PINEVIEW_HOSTBRIDGE_REGS_H__ */