Searched refs:ccu_helper_wait_for_lock (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/clk/sunxi-ng/ |
D | ccu_common.c | 25 void ccu_helper_wait_for_lock(struct ccu_common *common, u32 lock) in ccu_helper_wait_for_lock() function 40 EXPORT_SYMBOL_NS_GPL(ccu_helper_wait_for_lock, SUNXI_CCU); 75 ccu_helper_wait_for_lock(pll->common, pll->lock); in ccu_pll_notifier_cb()
|
D | ccu_common.h | 53 void ccu_helper_wait_for_lock(struct ccu_common *common, u32 lock);
|
D | ccu_frac.c | 111 ccu_helper_wait_for_lock(common, lock); in ccu_frac_helper_set_rate()
|
D | ccu_mult.c | 142 ccu_helper_wait_for_lock(&cm->common, cm->lock); in ccu_mult_set_rate()
|
D | ccu_nk.c | 146 ccu_helper_wait_for_lock(&nk->common, nk->lock); in ccu_nk_set_rate()
|
D | ccu_nkm.c | 178 ccu_helper_wait_for_lock(&nkm->common, nkm->lock); in ccu_nkm_set_rate()
|
D | ccu_nkmp.c | 219 ccu_helper_wait_for_lock(&nkmp->common, nkmp->lock); in ccu_nkmp_set_rate()
|
D | ccu_nm.c | 227 ccu_helper_wait_for_lock(&nm->common, nm->lock); in ccu_nm_set_rate()
|