Lines Matching defs:apmu_base
95 void __iomem *apmu_base;
401 sdh_mix_config.reg_info.reg_clk_ctrl = pxa_unit->apmu_base + APMU_SDH0;
407 ccic0_mix_config.reg_info.reg_clk_ctrl = pxa_unit->apmu_base + APMU_CCIC0;
414 ccic1_mix_config.reg_info.reg_clk_ctrl = pxa_unit->apmu_base + APMU_CCIC1;
421 mmp_register_mux_clks(unit, apmu_mux_clks, pxa_unit->apmu_base,
424 mmp_register_div_clks(unit, apmu_div_clks, pxa_unit->apmu_base,
427 mmp_register_gate_clks(unit, apmu_gate_clks, pxa_unit->apmu_base,
431 mmp_register_mux_clks(unit, mmp3_apmu_mux_clks, pxa_unit->apmu_base,
434 mmp_register_div_clks(unit, mmp3_apmu_div_clks, pxa_unit->apmu_base,
437 mmp_register_gate_clks(unit, mmp3_apmu_gate_clks, pxa_unit->apmu_base,
443 pxa_unit->apmu_base + APMU_GPU,
450 pxa_unit->apmu_base + APMU_GPU,
454 mmp_register_gate_clks(unit, mmp2_apmu_gate_clks, pxa_unit->apmu_base,
487 pxa_unit->apmu_base + APMU_GPU,
492 pxa_unit->apmu_base + APMU_GPU,
500 pxa_unit->apmu_base + APMU_AUDIO,
507 pxa_unit->apmu_base + APMU_CAMERA,
535 pxa_unit->apmu_base = of_iomap(np, 1);
536 if (!pxa_unit->apmu_base) {
562 iounmap(pxa_unit->apmu_base);