Searched refs:pll_is_enabled (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/mdio/ |
H A D | mdio-mux-meson-g12a.c | 56 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 D | clk-stm32h7.c | 696 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 D | clk-stm32mp1.c | 846 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 D | clk-stm32h7.c | 695 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 D | clk-stm32mp1.c | 862 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 D | clk-alpha-pll.c | 306 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 D | clk-alpha-pll.c | 463 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