Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/sunxi-ng/
H A Dccu_gate.c12 void ccu_gate_helper_disable(struct ccu_common *common, u32 gate) in ccu_gate_helper_disable() function
27 EXPORT_SYMBOL_NS_GPL(ccu_gate_helper_disable, SUNXI_CCU);
33 return ccu_gate_helper_disable(&cg->common, cg->enable); in ccu_gate_disable()
H A Dccu_gate.h121 void ccu_gate_helper_disable(struct ccu_common *common, u32 gate);
H A Dccu_div.c39 return ccu_gate_helper_disable(&cd->common, cd->enable); in ccu_div_disable()
H A Dccu_mult.c57 return ccu_gate_helper_disable(&cm->common, cm->enable); in ccu_mult_disable()
H A Dccu_nk.c50 return ccu_gate_helper_disable(&nk->common, nk->enable); in ccu_nk_disable()
H A Dccu_common.c91 ccu_gate_helper_disable(pll->common, pll->enable); in ccu_pll_notifier_cb()
H A Dccu-sun6i-rtc.c68 return ccu_gate_helper_disable(cm, DCXO_CTRL_CLK16M_RC_EN); in ccu_iosc_disable()
H A Dccu_mux.c214 return ccu_gate_helper_disable(&cm->common, cm->enable); in ccu_mux_disable()
H A Dccu_mp.c130 return ccu_gate_helper_disable(&cmp->common, cmp->enable); in ccu_mp_disable()
H A Dccu_nkmp.c76 return ccu_gate_helper_disable(&nkmp->common, nkmp->enable); in ccu_nkmp_disable()
H A Dccu_nkm.c93 return ccu_gate_helper_disable(&nkm->common, nkm->enable); in ccu_nkm_disable()
H A Dccu_nm.c60 return ccu_gate_helper_disable(&nm->common, nm->enable); in ccu_nm_disable()