Searched refs:MMU_IO (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/arch/arm/mach-footbridge/include/mach/ |
D | hardware.h | 28 #define MMU_IO(a, b) (a) macro 30 #define MMU_IO(a, b) (b) macro 34 #define XBUS_BASE MMU_IO(0xff800000, 0x40000000) 37 #define ARMCSR_BASE MMU_IO(0xfe000000, 0x42000000) 40 #define WFLUSH_BASE MMU_IO(0xfd000000, 0x78000000) 43 #define PCIIACK_BASE MMU_IO(0xfc000000, 0x79000000) 46 #define PCICFG1_BASE MMU_IO(0xfb000000, 0x7a000000) 49 #define PCICFG0_BASE MMU_IO(0xfa000000, 0x7b000000) 52 #define PCIMEM_BASE MMU_IO(0xf0000000, 0x80000000)
|
D | io.h | 18 #define MMU_IO(a, b) (a) macro 20 #define MMU_IO(a, b) (b) macro 24 #define PCIO_BASE MMU_IO(0xff000000, 0x7c000000)
|