Home
last modified time | relevance | path

Searched refs:pll_is_enabled (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/clk/
H A Dclk-stm32h7.c695 static int pll_is_enabled(struct clk_hw *hw) in pll_is_enabled() function
777 .is_enabled = pll_is_enabled,
862 pll_status = pll_is_enabled(hwp); in odf_divider_set_rate()
892 pll_status = pll_is_enabled(hwp); in odf_gate_enable()
915 pll_status = pll_is_enabled(hwp); in odf_gate_disable()
/linux/drivers/clk/qcom/
H A Dclk-alpha-pll.c503 static int pll_is_enabled(struct clk_hw *hw, u32 mask) in pll_is_enabled() function
518 return pll_is_enabled(hw, PLL_ACTIVE_FLAG); in clk_alpha_pll_hwfsm_is_enabled()
523 return pll_is_enabled(hw, PLL_LOCK_DET); in clk_alpha_pll_is_enabled()
/linux/drivers/clk/stm32/
H A Dclk-stm32mp1.c866 static int pll_is_enabled(struct clk_hw *hw) in pll_is_enabled() function
893 .is_enabled = pll_is_enabled,