Searched refs:apmu_phys (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/linux/clk/ |
D | mmp.h | 8 phys_addr_t apmu_phys, 11 phys_addr_t apmu_phys, 15 phys_addr_t apmu_phys,
|
/linux-6.1.9/drivers/clk/mmp/ |
D | clk-pxa910.c | 64 void __init pxa910_clk_init(phys_addr_t mpmu_phys, phys_addr_t apmu_phys, in pxa910_clk_init() argument 80 apmu_base = ioremap(apmu_phys, SZ_4K); in pxa910_clk_init()
|
D | clk-pxa168.c | 66 void __init pxa168_clk_init(phys_addr_t mpmu_phys, phys_addr_t apmu_phys, in pxa168_clk_init() argument 81 apmu_base = ioremap(apmu_phys, SZ_4K); in pxa168_clk_init()
|
D | clk-mmp2.c | 73 void __init mmp2_clk_init(phys_addr_t mpmu_phys, phys_addr_t apmu_phys, in mmp2_clk_init() argument 88 apmu_base = ioremap(apmu_phys, SZ_4K); in mmp2_clk_init()
|