Searched refs:PLL_ACTIVE_FLAG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
H A D | clk-alpha-pll.c | 31 # define PLL_ACTIVE_FLAG BIT(30) macro 190 wait_for_pll(pll, PLL_ACTIVE_FLAG, 0, "enable") 196 wait_for_pll(pll, PLL_ACTIVE_FLAG, 1, "disable") 321 return pll_is_enabled(hw, PLL_ACTIVE_FLAG); in clk_alpha_pll_hwfsm_is_enabled()
|
/kernel/linux/linux-6.6/drivers/clk/qcom/ |
H A D | clk-alpha-pll.c | 33 # define PLL_ACTIVE_FLAG BIT(30) macro 321 wait_for_pll(pll, PLL_ACTIVE_FLAG, 0, "enable") 330 wait_for_pll(pll, PLL_ACTIVE_FLAG, 1, "disable") 478 return pll_is_enabled(hw, PLL_ACTIVE_FLAG); in clk_alpha_pll_hwfsm_is_enabled()
|
Completed in 6 milliseconds