Searched refs:mpmu_base (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/clk/mmp/ |
D | clk-of-pxa910.c | 52 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()
|
D | clk-of-mmp2.c | 60 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() 342 iounmap(pxa_unit->mpmu_base); in mmp2_clk_init()
|
D | clk-of-pxa1928.c | 30 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()
|
D | clk-of-pxa168.c | 53 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()
|
D | clk-pxa910.c | 71 void __iomem *mpmu_base; in pxa910_clk_init() local 76 mpmu_base = ioremap(mpmu_phys, SZ_4K); in pxa910_clk_init() 77 if (!mpmu_base) { in pxa910_clk_init() 162 mpmu_base + MPMU_UART_PLL, in pxa910_clk_init()
|
D | clk-pxa168.c | 73 void __iomem *mpmu_base; in pxa168_clk_init() local 77 mpmu_base = ioremap(mpmu_phys, SZ_4K); in pxa168_clk_init() 78 if (!mpmu_base) { in pxa168_clk_init() 157 mpmu_base + MPMU_UART_PLL, in pxa168_clk_init()
|
D | clk-mmp2.c | 81 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()
|