Searched refs:wait_for_pll (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/clk/qcom/ |
D | clk-alpha-pll.c | 135 static int wait_for_pll(struct clk_alpha_pll *pll, u32 mask, bool inverse, in wait_for_pll() function 164 wait_for_pll(pll, PLL_ACTIVE_FLAG, 0, "enable") 167 wait_for_pll(pll, PLL_LOCK_DET, 0, "enable") 170 wait_for_pll(pll, PLL_ACTIVE_FLAG, 1, "disable") 173 wait_for_pll(pll, PLL_OFFLINE_ACK, 0, "offline") 176 wait_for_pll(pll, PLL_UPDATE, 1, "update") 179 wait_for_pll(pll, ALPHA_PLL_ACK_LATCH, 0, "update_ack_set") 182 wait_for_pll(pll, ALPHA_PLL_ACK_LATCH, 1, "update_ack_clear")
|
D | clk-pll.c | 187 static int wait_for_pll(struct clk_pll *pll) in wait_for_pll() function 217 return wait_for_pll(p); in clk_pll_vote_enable() 299 ret = wait_for_pll(pll); in clk_pll_sr2_enable()
|