Lines Matching +full:0 +full:x600000

25 #define GAYLE_RAM		(0x600000+zTwoBase)
26 #define GAYLE_RAMSIZE (0x400000)
27 #define GAYLE_ATTRIBUTE (0xa00000+zTwoBase)
28 #define GAYLE_ATTRIBUTESIZE (0x020000)
29 #define GAYLE_IO (0xa20000+zTwoBase) /* 16bit and even 8bit registers */
30 #define GAYLE_IOSIZE (0x010000)
31 #define GAYLE_IO_8BITODD (0xa30000+zTwoBase) /* odd 8bit registers */
40 u_char pad0[0x1000-1];
43 u_char pad1[0x1000-1];
46 u_char pad2[0x1000-1];
49 u_char pad3[0x1000-1];
52 #define GAYLE_ADDRESS (0xda8000) /* gayle main registers base address */
54 #define GAYLE_RESET (0xa40000) /* write 0x00 to start reset,
62 #if 0
72 #define GAYLE_CS_CCDET 0x40 /* credit card detect */
73 #define GAYLE_CS_BVD1 0x20 /* battery voltage detect 1 */
74 #define GAYLE_CS_SC 0x20 /* credit card status change */
75 #define GAYLE_CS_BVD2 0x10 /* battery voltage detect 2 */
76 #define GAYLE_CS_DA 0x10 /* digital audio */
77 #define GAYLE_CS_WR 0x08 /* write enable (1 == enabled) */
78 #define GAYLE_CS_BSY 0x04 /* credit card busy */
79 #define GAYLE_CS_IRQ 0x04 /* interrupt request */
83 #define GAYLE_IRQ_IDE 0x80
84 #define GAYLE_IRQ_CCDET 0x40
85 #define GAYLE_IRQ_BVD1 0x20
86 #define GAYLE_IRQ_SC 0x20
87 #define GAYLE_IRQ_BVD2 0x10
88 #define GAYLE_IRQ_DA 0x10
89 #define GAYLE_IRQ_WR 0x08
90 #define GAYLE_IRQ_BSY 0x04
91 #define GAYLE_IRQ_IRQ 0x04
92 #define GAYLE_IRQ_IDEACK1 0x02
93 #define GAYLE_IRQ_IDEACK0 0x01
96 (bit 0-1 for program voltage, bit 2-3 for access speed */
98 #define GAYLE_CFG_0V 0x00
99 #define GAYLE_CFG_5V 0x01
100 #define GAYLE_CFG_12V 0x02
102 #define GAYLE_CFG_100NS 0x08
103 #define GAYLE_CFG_150NS 0x04
104 #define GAYLE_CFG_250NS 0x00
105 #define GAYLE_CFG_720NS 0x0c