Home
last modified time | relevance | path

Searched refs:APB_PHYS_BASE (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/arm/mach-mmp/include/mach/
Duncompress.h13 #define UART1_BASE (APB_PHYS_BASE + 0x36000)
14 #define UART2_BASE (APB_PHYS_BASE + 0x17000)
15 #define UART3_BASE (APB_PHYS_BASE + 0x18000)
Daddr-map.h20 #define APB_PHYS_BASE 0xd4000000 macro
/linux-4.4.14/arch/arm/mach-mmp/
Dcommon.c30 .pfn = __phys_to_pfn(APB_PHYS_BASE),
/linux-4.4.14/drivers/clk/mmp/
Dclk-pxa910.c77 mpmu_base = ioremap(APB_PHYS_BASE + 0x50000, SZ_4K); in pxa910_clk_init()
89 apbcp_base = ioremap(APB_PHYS_BASE + 0x3b000, SZ_4K); in pxa910_clk_init()
95 apbc_base = ioremap(APB_PHYS_BASE + 0x15000, SZ_4K); in pxa910_clk_init()
Dclk-pxa168.c78 mpmu_base = ioremap(APB_PHYS_BASE + 0x50000, SZ_4K); in pxa168_clk_init()
90 apbc_base = ioremap(APB_PHYS_BASE + 0x15000, SZ_4K); in pxa168_clk_init()
Dclk-mmp2.c85 mpmu_base = ioremap(APB_PHYS_BASE + 0x50000, SZ_4K); in mmp2_clk_init()
97 apbc_base = ioremap(APB_PHYS_BASE + 0x15000, SZ_4K); in mmp2_clk_init()