Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/phy/
Dmdio-mux-meson-g12a.c55 bool pll_is_enabled; member
154 if (!priv->pll_is_enabled) { in g12a_enable_internal_mdio()
160 priv->pll_is_enabled = true; in g12a_enable_internal_mdio()
185 if (priv->pll_is_enabled) { in g12a_enable_external_mdio()
187 priv->pll_is_enabled = false; in g12a_enable_external_mdio()
358 if (priv->pll_is_enabled) in g12a_mdio_mux_remove()
/Linux-v5.4/drivers/clk/
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()
Dclk-stm32mp1.c846 static int pll_is_enabled(struct clk_hw *hw) in pll_is_enabled() function
863 .is_enabled = pll_is_enabled,
/Linux-v5.4/drivers/clk/qcom/
Dclk-alpha-pll.c304 static int pll_is_enabled(struct clk_hw *hw, u32 mask) in pll_is_enabled() function
319 return pll_is_enabled(hw, PLL_ACTIVE_FLAG); in clk_alpha_pll_hwfsm_is_enabled()
324 return pll_is_enabled(hw, PLL_LOCK_DET); in clk_alpha_pll_is_enabled()