Home
last modified time | relevance | path

Searched refs:IXP4XX_PERIPHERAL_BASE_PHYS (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/mach-ixp4xx/include/mach/
Dixp4xx-regs.h65 #define IXP4XX_PERIPHERAL_BASE_PHYS (0xC8000000) macro
115 #define IXP4XX_UART1_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x0000)
116 #define IXP4XX_UART2_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x1000)
117 #define IXP4XX_PMU_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x2000)
118 #define IXP4XX_INTC_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x3000)
119 #define IXP4XX_GPIO_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x4000)
120 #define IXP4XX_TIMER_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x5000)
121 #define IXP4XX_NPEA_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x6000)
122 #define IXP4XX_NPEB_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x7000)
123 #define IXP4XX_NPEC_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x8000)
[all …]
/linux-2.6.39/arch/arm/mach-ixp4xx/
Dcommon.c54 .pfn = __phys_to_pfn(IXP4XX_PERIPHERAL_BASE_PHYS),