Searched refs:ccu_gate_helper_disable (Results 1 – 10 of 10) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/ |
| A D | ccu_gate.c | 9 void ccu_gate_helper_disable(struct ccu_common *common, u32 gate) in ccu_gate_helper_disable() function 31 return ccu_gate_helper_disable(&cg->common, cg->enable); in ccu_gate_disable()
|
| A D | ccu_gate.h | 137 void ccu_gate_helper_disable(struct ccu_common *common, u32 gate);
|
| A D | ccu_div.c | 40 return ccu_gate_helper_disable(&cd->common, cd->enable); in ccu_div_disable()
|
| A D | ccu_mult.c | 63 return ccu_gate_helper_disable(&cm->common, cm->enable); in ccu_mult_disable()
|
| A D | ccu_nk.c | 52 return ccu_gate_helper_disable(&nk->common, nk->enable); in ccu_nk_disable()
|
| A D | ccu_mux.c | 221 return ccu_gate_helper_disable(&cm->common, cm->enable); in ccu_mux_disable()
|
| A D | ccu_nkm.c | 58 return ccu_gate_helper_disable(&nkm->common, nkm->enable); in ccu_nkm_disable()
|
| A D | ccu_mp.c | 166 return ccu_gate_helper_disable(&cmp->common, cmp->enable); in ccu_mp_disable()
|
| A D | ccu_nkmp.c | 98 return ccu_gate_helper_disable(&nkmp->common, nkmp->enable); in ccu_nkmp_disable()
|
| A D | ccu_nm.c | 64 return ccu_gate_helper_disable(&nm->common, nm->enable); in ccu_nm_disable()
|
Completed in 18 milliseconds