1
2 #ifndef _ASM_POWERPC_OHARE_H
3 #define _ASM_POWERPC_OHARE_H
4 #ifdef __KERNEL__
5
6
7
8
9
10
11
12
13
14
15 #define OHARE_MBCR 0x34
16 #define OHARE_FCR 0x38
17
18
19
20
21
22
23 #define OH_SCC_RESET 1
24 #define OH_BAY_POWER_N 2
25 #define OH_BAY_PCI_ENABLE 4
26 #define OH_BAY_IDE_ENABLE 8
27 #define OH_BAY_FLOPPY_ENABLE 0x10
28 #define OH_IDE0_ENABLE 0x20
29 #define OH_IDE0_RESET_N 0x40
30 #define OH_BAY_DEV_MASK 0x1c
31 #define OH_BAY_RESET_N 0x80
32 #define OH_IOBUS_ENABLE 0x100
33 #define OH_SCC_ENABLE 0x200
34 #define OH_MESH_ENABLE 0x400
35 #define OH_FLOPPY_ENABLE 0x800
36 #define OH_SCCA_IO 0x4000
37 #define OH_SCCB_IO 0x8000
38 #define OH_VIA_ENABLE 0x10000
39 #define OH_IDE1_RESET_N 0x800000
40
41
42
43
44 #define PBOOK_FEATURES (OH_IDE_ENABLE | OH_SCC_ENABLE | \
45 OH_MESH_ENABLE | OH_SCCA_IO | OH_SCCB_IO)
46
47
48
49
50
51
52 #define STARMAX_FEATURES 0xbeff7a
53
54 #endif
55 #endif