Lines Matching +full:0 +full:xb0000000
16 #define PA_ROM 0xa0000000 /* EPROM */
17 #define PA_ROM_SIZE 0x00200000 /* EPROM size 2M byte */
18 #define PA_FROM 0xa1000000 /* Flash-ROM */
19 #define PA_FROM_SIZE 0x01000000 /* Flash-ROM size 16M byte */
20 #define PA_EXT1 0xa4000000
21 #define PA_EXT1_SIZE 0x04000000
22 #define PA_SDRAM 0xaC000000 /* SDRAM(Area3) 64MB */
23 #define PA_SDRAM_SIZE 0x04000000
25 #define PA_EXT4 0xb0000000
26 #define PA_EXT4_SIZE 0x04000000
28 #define PA_PERIPHERAL 0xB8000000
31 #define PA_MRSHPC (PA_PERIPHERAL + 0x003fffe0)
32 #define PA_MRSHPC_MW1 (PA_PERIPHERAL + 0x00400000)
33 #define PA_MRSHPC_MW2 (PA_PERIPHERAL + 0x00500000)
34 #define PA_MRSHPC_IO (PA_PERIPHERAL + 0x00600000)
49 #define PA_LED 0xB6800000 /* 8bit LED */
50 #define PA_FPGA 0xB7000000 /* FPGA base address */
52 #define MRSHPC_IRQ0 evt2irq(0x340)
54 #define FPGA_ILSR1 (PA_FPGA + 0x02)
55 #define FPGA_ILSR2 (PA_FPGA + 0x03)
56 #define FPGA_ILSR3 (PA_FPGA + 0x04)
57 #define FPGA_ILSR4 (PA_FPGA + 0x05)
58 #define FPGA_ILSR5 (PA_FPGA + 0x06)
59 #define FPGA_ILSR6 (PA_FPGA + 0x07)
60 #define FPGA_ILSR7 (PA_FPGA + 0x08)
61 #define FPGA_ILSR8 (PA_FPGA + 0x09)