Home
last modified time | relevance | path

Searched refs:pll_is_enabled (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/mdio/
H A Dmdio-mux-meson-g12a.c56 bool pll_is_enabled; member
158 if (!priv->pll_is_enabled) { in g12a_enable_internal_mdio()
164 priv->pll_is_enabled = true; in g12a_enable_internal_mdio()
196 if (priv->pll_is_enabled) { in g12a_enable_external_mdio()
198 priv->pll_is_enabled = false; in g12a_enable_external_mdio()
369 if (priv->pll_is_enabled) in g12a_mdio_mux_remove()
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-stm32h7.c696 static int pll_is_enabled(struct clk_hw *hw) in pll_is_enabled() function
778 .is_enabled = pll_is_enabled,
863 pll_status = pll_is_enabled(hwp); in odf_divider_set_rate()
893 pll_status = pll_is_enabled(hwp); in odf_gate_enable()
916 pll_status = pll_is_enabled(hwp); in odf_gate_disable()
H A Dclk-stm32mp1.c846 static int pll_is_enabled(struct clk_hw *hw) in pll_is_enabled() function
863 .is_enabled = pll_is_enabled,
/kernel/linux/linux-6.6/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()
H A Dclk-stm32mp1.c862 static int pll_is_enabled(struct clk_hw *hw) in pll_is_enabled() function
889 .is_enabled = pll_is_enabled,
/kernel/linux/linux-5.10/drivers/clk/qcom/
H A Dclk-alpha-pll.c306 static int pll_is_enabled(struct clk_hw *hw, u32 mask) in pll_is_enabled() function
321 return pll_is_enabled(hw, PLL_ACTIVE_FLAG); in clk_alpha_pll_hwfsm_is_enabled()
326 return pll_is_enabled(hw, PLL_LOCK_DET); in clk_alpha_pll_is_enabled()
/kernel/linux/linux-6.6/drivers/clk/qcom/
H A Dclk-alpha-pll.c463 static int pll_is_enabled(struct clk_hw *hw, u32 mask) in pll_is_enabled() function
478 return pll_is_enabled(hw, PLL_ACTIVE_FLAG); in clk_alpha_pll_hwfsm_is_enabled()
483 return pll_is_enabled(hw, PLL_LOCK_DET); in clk_alpha_pll_is_enabled()

Completed in 17 milliseconds