Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/mmp/
Dclk-of-mmp2.c91 void __iomem *mpmu_base; member
187 pxa_unit->mpmu_base, in mmp2_main_clk_init()
191 pxa_unit->mpmu_base, in mmp2_main_clk_init()
200 pxa_unit->mpmu_base + MPMU_UART_PLL, in mmp2_main_clk_init()
207 pxa_unit->mpmu_base + MPMU_I2S0_PLL, in mmp2_main_clk_init()
212 pxa_unit->mpmu_base + MPMU_I2S1_PLL, in mmp2_main_clk_init()
216 mmp_register_gate_clks(unit, mpmu_gate_clks, pxa_unit->mpmu_base, in mmp2_main_clk_init()
526 pxa_unit->mpmu_base = of_iomap(np, 0); in mmp2_clk_init()
527 if (!pxa_unit->mpmu_base) { in mmp2_clk_init()
561 iounmap(pxa_unit->mpmu_base); in mmp2_clk_init()
Dclk-of-pxa910.c49 void __iomem *mpmu_base; member
104 pxa_unit->mpmu_base + MPMU_UART_PLL, in pxa910_pll_init()
275 pxa_unit->mpmu_base = of_iomap(np, 0); in pxa910_clk_init()
276 if (!pxa_unit->mpmu_base) { in pxa910_clk_init()
316 iounmap(pxa_unit->mpmu_base); in pxa910_clk_init()
Dclk-of-pxa1928.c27 void __iomem *mpmu_base; member
78 pxa_unit->mpmu_base + MPMU_UART_PLL, in pxa1928_pll_init()
212 pxa_unit->mpmu_base = of_iomap(np, 0); in pxa1928_mpmu_clk_init()
213 if (!pxa_unit->mpmu_base) { in pxa1928_mpmu_clk_init()
Dclk-pxa910.c69 void __iomem *mpmu_base; in pxa910_clk_init() local
74 mpmu_base = ioremap(mpmu_phys, SZ_4K); in pxa910_clk_init()
75 if (!mpmu_base) { in pxa910_clk_init()
160 mpmu_base + MPMU_UART_PLL, in pxa910_clk_init()
Dclk-of-pxa168.c67 void __iomem *mpmu_base; member
124 pxa_unit->mpmu_base + MPMU_UART_PLL, in pxa168_pll_init()
306 pxa_unit->mpmu_base = of_iomap(np, 0); in pxa168_clk_init()
307 if (!pxa_unit->mpmu_base) { in pxa168_clk_init()
Dclk-pxa168.c71 void __iomem *mpmu_base; in pxa168_clk_init() local
75 mpmu_base = ioremap(mpmu_phys, SZ_4K); in pxa168_clk_init()
76 if (!mpmu_base) { in pxa168_clk_init()
155 mpmu_base + MPMU_UART_PLL, in pxa168_clk_init()
Dclk-mmp2.c78 void __iomem *mpmu_base; in mmp2_clk_init() local
82 mpmu_base = ioremap(mpmu_phys, SZ_4K); in mmp2_clk_init()
83 if (!mpmu_base) { in mmp2_clk_init()
184 mpmu_base + MPMU_UART_PLL, in mmp2_clk_init()