Searched refs:wait_for_pll (Results 1 – 2 of 2) sorted by relevance
| /drivers/clk/qcom/ |
| A D | clk-pll.c | 179 static int wait_for_pll(struct clk_pll *pll) in wait_for_pll() function 209 return wait_for_pll(p); in clk_pll_vote_enable() 291 ret = wait_for_pll(pll); in clk_pll_sr2_enable()
|
| A D | clk-alpha-pll.c | 383 static int wait_for_pll(struct clk_alpha_pll *pll, u32 mask, bool inverse, in wait_for_pll() function 413 wait_for_pll(pll, PLL_ACTIVE_FLAG, 0, "enable") 416 wait_for_pll(pll, PLL_LOCK_DET, 0, "enable") 419 wait_for_pll(pll, ZONDA_PLL_FREQ_LOCK_DET, 0, "freq enable") 422 wait_for_pll(pll, PLL_ACTIVE_FLAG, 1, "disable") 425 wait_for_pll(pll, PLL_OFFLINE_ACK, 0, "offline") 428 wait_for_pll(pll, PLL_UPDATE, 1, "update") 431 wait_for_pll(pll, ALPHA_PLL_ACK_LATCH, 0, "update_ack_set") 434 wait_for_pll(pll, ALPHA_PLL_ACK_LATCH, 1, "update_ack_clear")
|
Completed in 11 milliseconds