Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/mmp/
Dclk-of-pxa910.c50 void __iomem *mpmu_base; member
103 pxa_unit->mpmu_base + MPMU_UART_PLL, in pxa910_pll_init()
266 pxa_unit->mpmu_base = of_iomap(np, 0); in pxa910_clk_init()
267 if (!pxa_unit->mpmu_base) { in pxa910_clk_init()
273 if (!pxa_unit->mpmu_base) { in pxa910_clk_init()
285 if (!pxa_unit->mpmu_base) { in pxa910_clk_init()
Dclk-of-pxa168.c52 void __iomem *mpmu_base; member
104 pxa_unit->mpmu_base + MPMU_UART_PLL, in pxa168_pll_init()
250 pxa_unit->mpmu_base = of_iomap(np, 0); in pxa168_clk_init()
251 if (!pxa_unit->mpmu_base) { in pxa168_clk_init()
257 if (!pxa_unit->mpmu_base) { in pxa168_clk_init()
Dclk-of-mmp2.c59 void __iomem *mpmu_base; member
120 pxa_unit->mpmu_base + MPMU_UART_PLL, in mmp2_pll_init()
305 pxa_unit->mpmu_base = of_iomap(np, 0); in mmp2_clk_init()
306 if (!pxa_unit->mpmu_base) { in mmp2_clk_init()
312 if (!pxa_unit->mpmu_base) { in mmp2_clk_init()
Dclk-pxa910.c71 void __iomem *mpmu_base; in pxa910_clk_init() local
76 mpmu_base = ioremap(APB_PHYS_BASE + 0x50000, SZ_4K); in pxa910_clk_init()
77 if (mpmu_base == NULL) { in pxa910_clk_init()
164 mpmu_base + MPMU_UART_PLL, in pxa910_clk_init()
Dclk-pxa168.c73 void __iomem *mpmu_base; in pxa168_clk_init() local
77 mpmu_base = ioremap(APB_PHYS_BASE + 0x50000, SZ_4K); in pxa168_clk_init()
78 if (mpmu_base == NULL) { in pxa168_clk_init()
159 mpmu_base + MPMU_UART_PLL, in pxa168_clk_init()
Dclk-mmp2.c82 void __iomem *mpmu_base; in mmp2_clk_init() local
86 mpmu_base = ioremap(APB_PHYS_BASE + 0x50000, SZ_4K); in mmp2_clk_init()
87 if (mpmu_base == NULL) { in mmp2_clk_init()
192 mpmu_base + MPMU_UART_PLL, in mmp2_clk_init()