Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clk/mmp/
Dclk-of-mmp2.c94 void __iomem *mpmu_base; member
190 pxa_unit->mpmu_base, in mmp2_main_clk_init()
194 pxa_unit->mpmu_base, in mmp2_main_clk_init()
203 pxa_unit->mpmu_base + MPMU_UART_PLL, in mmp2_main_clk_init()
210 pxa_unit->mpmu_base + MPMU_I2S0_PLL, in mmp2_main_clk_init()
215 pxa_unit->mpmu_base + MPMU_I2S1_PLL, in mmp2_main_clk_init()
219 mmp_register_gate_clks(unit, mpmu_gate_clks, pxa_unit->mpmu_base, in mmp2_main_clk_init()
529 pxa_unit->mpmu_base = of_iomap(np, 0); in mmp2_clk_init()
530 if (!pxa_unit->mpmu_base) { in mmp2_clk_init()
564 iounmap(pxa_unit->mpmu_base); in mmp2_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()
319 iounmap(pxa_unit->mpmu_base); in pxa910_clk_init()
Dclk-of-pxa1928.c30 void __iomem *mpmu_base; member
81 pxa_unit->mpmu_base + MPMU_UART_PLL, in pxa1928_pll_init()
215 pxa_unit->mpmu_base = of_iomap(np, 0); in pxa1928_mpmu_clk_init()
216 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(mpmu_phys, SZ_4K); in pxa910_clk_init()
78 if (!mpmu_base) { in pxa910_clk_init()
163 mpmu_base + MPMU_UART_PLL, in pxa910_clk_init()
Dclk-pxa168.c74 void __iomem *mpmu_base; in pxa168_clk_init() local
78 mpmu_base = ioremap(mpmu_phys, SZ_4K); in pxa168_clk_init()
79 if (!mpmu_base) { in pxa168_clk_init()
158 mpmu_base + MPMU_UART_PLL, in pxa168_clk_init()
Dclk-mmp2.c81 void __iomem *mpmu_base; in mmp2_clk_init() local
85 mpmu_base = ioremap(mpmu_phys, SZ_4K); in mmp2_clk_init()
86 if (!mpmu_base) { in mmp2_clk_init()
187 mpmu_base + MPMU_UART_PLL, in mmp2_clk_init()