Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/
Dixp4xx-regs.h53 #define IXP4XX_PERIPHERAL_BASE_PHYS 0xC8000000 macro
107 #define IXP4XX_UART1_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x0000)
108 #define IXP4XX_UART2_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x1000)
109 #define IXP4XX_PMU_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x2000)
110 #define IXP4XX_INTC_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x3000)
111 #define IXP4XX_GPIO_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x4000)
112 #define IXP4XX_TIMER_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x5000)
113 #define IXP4XX_NPEA_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x6000)
114 #define IXP4XX_NPEB_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x7000)
115 #define IXP4XX_NPEC_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x8000)
[all …]
/linux-4.4.14/arch/arm/mach-ixp4xx/
Dcommon.c67 .pfn = __phys_to_pfn(IXP4XX_PERIPHERAL_BASE_PHYS),