55330354b527ebfb68d6b22b6484ec4ae9c406fc
[coreboot.git] / src / superio / nsc / pc87427 / pc87427.h
1 #ifndef SUPERIO_NSC_PC87427_PC87427_H
2 #define SUPERIO_NSC_PC87427_PC87427_H
3
4 #define PC87427_FDC  0x00 /* Floppy */
5 #define PC87427_SP2  0x02 /* Com2 */
6 #define PC87427_SP1  0x03 /* Com1 */
7 #define PC87427_SWC  0x04
8 #define PC87427_KBCM 0x05 /* Mouse */
9 #define PC87427_KBCK 0x06 /* Keyboard */
10 #define PC87427_GPIO 0x07
11 #define PC87427_FMC  0x09
12 #define PC87427_WDT  0x0A
13 #define PC87427_XBUS 0x0F
14 #define PC87427_RTC  0x10
15 #define PC87427_MHC  0x14
16
17 #define PC87427_GPIO_DEV PNP_DEV(0x2e, PC87427_GPIO)
18 /* This is to get around a romcc bug */
19 /* #define PC87427_XBUS_DEV PNP_DEV(0x2e, PC87427_XBUS) */
20 #define PC87427_XBUS_DEV PNP_DEV(0x2e, 0x0f)
21
22 #define PC87427_GPSEL           0xf0
23 #define PC87427_GPCFG1          0xf1
24 #define PC87427_GPEVR           0xf2
25 #define PC87427_GPCFG2          0xf3
26 #define PC87427_EXTCFG          0xf4
27 #define PC87427_IOEXT1A         0xf5
28 #define PC87427_IOEXT1B         0xf6
29 #define PC87427_IOEXT2A         0xf7
30 #define PC87427_IOEXT2B         0xf8
31
32 #define PC87427_GPDO_0          0x00
33 #define PC87427_GPDI_0          0x01
34 #define PC87427_GPDO_1          0x02
35 #define PC87427_GPDI_1          0x03
36 #define PC87427_GPEVEN_1        0x04
37 #define PC87427_GPEVST_1        0x05
38 #define PC87427_GPDO_2          0x06
39 #define PC87427_GPDI_2          0x07
40 #define PC87427_GPDO_3          0x08
41 #define PC87427_GPDI_3          0x09
42 #define PC87427_GPDO_4          0x0a
43 #define PC87427_GPDI_4          0x0b
44 #define PC87427_GPEVEN_4        0x0c
45 #define PC87427_GPEVST_4        0x0d
46 #define PC87427_GPDO_5          0x0e
47 #define PC87427_GPDI_5          0x0f
48 #define PC87427_GPDO_6          0x10
49 #define PC87427_GPDO_7A         0x11
50 #define PC87427_GPDO_7B         0x12
51 #define PC87427_GPDO_7C         0x13
52 #define PC87427_GPDO_7D         0x14
53 #define PC87427_GPDI_7A         0x15
54 #define PC87427_GPDI_7B         0x16
55 #define PC87427_GPDI_7C         0x17
56 #define PC87427_GPDI_7D         0x18
57
58 #define PC87427_XIOCNF          0xf0
59 #define PC87427_XIOBA1H         0xf1
60 #define PC87427_XIOBA1L         0xf2
61 #define PC87427_XIOSIZE1        0xf3
62 #define PC87427_XIOBA2H         0xf4
63 #define PC87427_XIOBA2L         0xf5
64 #define PC87427_XIOSIZE2        0xf6
65 #define PC87427_XMEMCNF1        0xf7
66 #define PC87427_XMEMCNF2        0xf8
67 #define PC87427_XMEMBAH         0xf9
68 #define PC87427_XMEMBAL         0xfa
69 #define PC87427_XMEMSIZE        0xfb
70 #define PC87427_XIRQMAP1        0xfc
71 #define PC87427_XIRQMAP2        0xfd
72 #define PC87427_XBIMM           0xfe
73 #define PC87427_XBBSL           0xff
74
75 #define PC87427_XBCNF           0x00
76 #define PC87427_XZCNF0          0x01
77 #define PC87427_XZCNF1          0x02
78 #define PC87427_XIRQC0          0x04
79 #define PC87427_XIRQC1          0x05
80 #define PC87427_XIRQC2          0x06
81 #define PC87427_XIMA0           0x08
82 #define PC87427_XIMA1           0x09
83 #define PC87427_XIMA2           0x0a
84 #define PC87427_XIMA3           0x0b
85 #define PC87427_XIMD            0x0c
86 #define PC87427_XZCNF2          0x0d
87 #define PC87427_XZCNF3          0x0e
88 #define PC87427_XZM0            0x0f
89 #define PC87427_XZM1            0x10
90 #define PC87427_XZM2            0x11
91 #define PC87427_XZM3            0x12
92 #define PC87427_HAP0            0x13
93 #define PC87427_HAP1            0x14
94 #define PC87427_XSCNF           0x15
95 #define PC87427_XWBCNF          0x16
96
97 #endif