Home
last modified time | relevance | path

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

/drivers/clk/mmp/
Dclk-of-pxa1928.c30 void __iomem *mpmu_base; member
82 pxa_unit->mpmu_base + MPMU_UART_PLL, in pxa1928_pll_init()
216 pxa_unit->mpmu_base = of_iomap(np, 0); in pxa1928_mpmu_clk_init()
217 if (!pxa_unit->mpmu_base) { in pxa1928_mpmu_clk_init()
Dclk-of-pxa168.c53 void __iomem *mpmu_base; member
107 pxa_unit->mpmu_base + MPMU_UART_PLL, in pxa168_pll_init()
258 pxa_unit->mpmu_base = of_iomap(np, 0); in pxa168_clk_init()
259 if (!pxa_unit->mpmu_base) { in pxa168_clk_init()
Dclk-pxa910.c72 void __iomem *mpmu_base; in pxa910_clk_init() local
77 mpmu_base = ioremap(APB_PHYS_BASE + 0x50000, SZ_4K); in pxa910_clk_init()
78 if (mpmu_base == NULL) { in pxa910_clk_init()
165 mpmu_base + MPMU_UART_PLL, in pxa910_clk_init()
Dclk-of-pxa910.c52 void __iomem *mpmu_base; member
107 pxa_unit->mpmu_base + MPMU_UART_PLL, in pxa910_pll_init()
278 pxa_unit->mpmu_base = of_iomap(np, 0); in pxa910_clk_init()
279 if (!pxa_unit->mpmu_base) { in pxa910_clk_init()
Dclk-pxa168.c74 void __iomem *mpmu_base; in pxa168_clk_init() local
78 mpmu_base = ioremap(APB_PHYS_BASE + 0x50000, SZ_4K); in pxa168_clk_init()
79 if (mpmu_base == NULL) { in pxa168_clk_init()
160 mpmu_base + MPMU_UART_PLL, in pxa168_clk_init()
Dclk-of-mmp2.c60 void __iomem *mpmu_base; member
119 pxa_unit->mpmu_base + MPMU_UART_PLL, in mmp2_pll_init()
309 pxa_unit->mpmu_base = of_iomap(np, 0); in mmp2_clk_init()
310 if (!pxa_unit->mpmu_base) { in mmp2_clk_init()
Dclk-mmp2.c81 void __iomem *mpmu_base; in mmp2_clk_init() local
85 mpmu_base = ioremap(APB_PHYS_BASE + 0x50000, SZ_4K); in mmp2_clk_init()
86 if (mpmu_base == NULL) { in mmp2_clk_init()
191 mpmu_base + MPMU_UART_PLL, in mmp2_clk_init()