Go to the documentation of this file.
22 #ifndef __ASM_ARCH_HARDWARE_H
23 #define __ASM_ARCH_HARDWARE_H
25 #include <asm/sizes.h>
30 #define VERSATILE_PCI_VIRT_BASE (void __iomem *)0xe8000000ul
31 #define VERSATILE_PCI_CFG_VIRT_BASE (void __iomem *)0xe9000000ul
34 #define IO_ADDRESS(x) (((x) & 0x0fffffff) + (((x) >> 4) & 0x0f000000) + 0xf0000000)
36 #define __io_address(n) ((void __iomem __force *)IO_ADDRESS(n))