Home
last modified time | relevance | path

Searched refs:ccu_gate_helper_disable (Results 1 – 11 of 11) sorted by relevance

/linux-4.19.296/drivers/clk/sunxi-ng/
Dccu_gate.c15 void ccu_gate_helper_disable(struct ccu_common *common, u32 gate) in ccu_gate_helper_disable() function
35 return ccu_gate_helper_disable(&cg->common, cg->enable); in ccu_gate_disable()
Dccu_gate.h46 void ccu_gate_helper_disable(struct ccu_common *common, u32 gate);
Dccu_common.c71 ccu_gate_helper_disable(pll->common, pll->enable); in ccu_pll_notifier_cb()
Dccu_div.c42 return ccu_gate_helper_disable(&cd->common, cd->enable); in ccu_div_disable()
Dccu_mult.c60 return ccu_gate_helper_disable(&cm->common, cm->enable); in ccu_mult_disable()
Dccu_nk.c51 return ccu_gate_helper_disable(&nk->common, nk->enable); in ccu_nk_disable()
Dccu_mux.c206 return ccu_gate_helper_disable(&cm->common, cm->enable); in ccu_mux_disable()
Dccu_nkm.c57 return ccu_gate_helper_disable(&nkm->common, nkm->enable); in ccu_nkm_disable()
Dccu_mp.c72 return ccu_gate_helper_disable(&cmp->common, cmp->enable); in ccu_mp_disable()
Dccu_nm.c64 return ccu_gate_helper_disable(&nm->common, nm->enable); in ccu_nm_disable()
Dccu_nkmp.c77 return ccu_gate_helper_disable(&nkmp->common, nkmp->enable); in ccu_nkmp_disable()