Go to the documentation of this file.
22 #ifndef __ASM_ARCH_HARDWARE_H
23 #define __ASM_ARCH_HARDWARE_H
25 #include <asm/sizes.h>
36 #define IO_ADDRESS(x) (((x) & 0x03ffffff) + 0xfb000000)
38 #define IO_ADDRESS(x) (x)
40 #define __io_address(n) IOMEM(IO_ADDRESS(n))