Lines Matching +full:0 +full:x05000000
16 #define BAST_CPLD_CTRL1_LRCOFF (0x00)
17 #define BAST_CPLD_CTRL1_LRCADC (0x01)
18 #define BAST_CPLD_CTRL1_LRCDAC (0x02)
19 #define BAST_CPLD_CTRL1_LRCARM (0x03)
20 #define BAST_CPLD_CTRL1_LRMASK (0x03)
24 #define BAST_CPLD_CTRL2_WNAND (0x04)
25 #define BAST_CPLD_CTLR2_IDERST (0x08)
29 #define BAST_CPLD_CTRL3_IDMASK (0x0e)
30 #define BAST_CPLD_CTRL3_ROMWEN (0x01)
34 #define BAST_CPLD_CTRL4_LLAT (0x01)
35 #define BAST_CPLD_CTRL4_LCDRW (0x02)
36 #define BAST_CPLD_CTRL4_LCDCMD (0x04)
37 #define BAST_CPLD_CTRL4_LCDE2 (0x01)
41 #define BAST_CPLD_DMA0_PRIIDE (0)
46 #define BAST_CPLD_DMA1_PRIIDE (0 << 2)
67 * ok, we've used up to 0x13000000, now we need to find space for the
73 #define BAST_IOADDR(x) (S3C2410_ADDR((x) + 0x01300000))
77 #define BAST_VA_CTRL1 BAST_IOADDR(0x00000000)
78 #define BAST_PA_CTRL1 (S3C2410_CS5 | 0x7800000)
80 #define BAST_VA_CTRL2 BAST_IOADDR(0x00100000)
81 #define BAST_PA_CTRL2 (S3C2410_CS1 | 0x6000000)
83 #define BAST_VA_CTRL3 BAST_IOADDR(0x00200000)
84 #define BAST_PA_CTRL3 (S3C2410_CS1 | 0x6800000)
86 #define BAST_VA_CTRL4 BAST_IOADDR(0x00300000)
87 #define BAST_PA_CTRL4 (S3C2410_CS1 | 0x7000000)
91 #define BAST_PA_PC104_IRQREQ (S3C2410_CS5 | 0x6000000)
92 #define BAST_VA_PC104_IRQREQ BAST_IOADDR(0x00400000)
94 #define BAST_PA_PC104_IRQRAW (S3C2410_CS5 | 0x6800000)
95 #define BAST_VA_PC104_IRQRAW BAST_IOADDR(0x00500000)
97 #define BAST_PA_PC104_IRQMASK (S3C2410_CS5 | 0x7000000)
98 #define BAST_VA_PC104_IRQMASK BAST_IOADDR(0x00600000)
100 #define BAST_PA_LCD_RCMD1 (0x8800000)
101 #define BAST_VA_LCD_RCMD1 BAST_IOADDR(0x00700000)
103 #define BAST_PA_LCD_WCMD1 (0x8000000)
104 #define BAST_VA_LCD_WCMD1 BAST_IOADDR(0x00800000)
106 #define BAST_PA_LCD_RDATA1 (0x9800000)
107 #define BAST_VA_LCD_RDATA1 BAST_IOADDR(0x00900000)
109 #define BAST_PA_LCD_WDATA1 (0x9000000)
110 #define BAST_VA_LCD_WDATA1 BAST_IOADDR(0x00A00000)
112 #define BAST_PA_LCD_RCMD2 (0xA800000)
113 #define BAST_VA_LCD_RCMD2 BAST_IOADDR(0x00B00000)
115 #define BAST_PA_LCD_WCMD2 (0xA000000)
116 #define BAST_VA_LCD_WCMD2 BAST_IOADDR(0x00C00000)
118 #define BAST_PA_LCD_RDATA2 (0xB800000)
119 #define BAST_VA_LCD_RDATA2 BAST_IOADDR(0x00D00000)
121 #define BAST_PA_LCD_WDATA2 (0xB000000)
122 #define BAST_VA_LCD_WDATA2 BAST_IOADDR(0x00E00000)
126 * 0xE0000000 contains the IO space that is split by speed and
130 * 0x10000000 of space, partitioned as so:
132 * 0x00000000 to 0x04000000 8bit, slow
133 * 0x04000000 to 0x08000000 16bit, slow
134 * 0x08000000 to 0x0C000000 16bit, net
135 * 0x0C000000 to 0x10000000 16bit, fast
139 * 0x00000000 to 0x01000000 16MB ISA IO space
140 * 0x01000000 to 0x02000000 16MB ISA memory space
141 * 0x02000000 to 0x02100000 1MB IDE primary channel
142 * 0x02100000 to 0x02200000 1MB IDE primary channel aux
143 * 0x02200000 to 0x02400000 1MB IDE secondary channel
144 * 0x02300000 to 0x02400000 1MB IDE secondary channel aux
145 * 0x02400000 to 0x02500000 1MB ASIX ethernet controller
146 * 0x02500000 to 0x02600000 1MB Davicom DM9000 ethernet controller
147 * 0x02600000 to 0x02700000 1MB PC SuperIO controller
156 #define BAST_VA_MULTISPACE (0xE0000000)
158 #define BAST_VA_ISAIO (BAST_VA_MULTISPACE + 0x00000000)
159 #define BAST_VA_ISAMEM (BAST_VA_MULTISPACE + 0x01000000)
160 #define BAST_VA_IDEPRI (BAST_VA_MULTISPACE + 0x02000000)
161 #define BAST_VA_IDEPRIAUX (BAST_VA_MULTISPACE + 0x02100000)
162 #define BAST_VA_IDESEC (BAST_VA_MULTISPACE + 0x02200000)
163 #define BAST_VA_IDESECAUX (BAST_VA_MULTISPACE + 0x02300000)
164 #define BAST_VA_ASIXNET (BAST_VA_MULTISPACE + 0x02400000)
165 #define BAST_VA_DM9000 (BAST_VA_MULTISPACE + 0x02500000)
166 #define BAST_VA_SUPERIO (BAST_VA_MULTISPACE + 0x02600000)
168 #define BAST_VAM_CS2 (0x00000000)
169 #define BAST_VAM_CS3 (0x04000000)
170 #define BAST_VAM_CS4 (0x08000000)
171 #define BAST_VAM_CS5 (0x0C000000)
175 #define BAST_PA_ISAIO (0x00000000)
176 #define BAST_PA_ASIXNET (0x01000000)
177 #define BAST_PA_SUPERIO (0x01800000)
178 #define BAST_PA_IDEPRI (0x02000000)
179 #define BAST_PA_IDEPRIAUX (0x02800000)
180 #define BAST_PA_IDESEC (0x03000000)
181 #define BAST_PA_IDESECAUX (0x03800000)
182 #define BAST_PA_ISAMEM (0x04000000)
183 #define BAST_PA_DM9000 (0x05000000)