Home
last modified time | relevance | path

Searched refs:clk_pll_is_enabled (Results 1 – 2 of 2) sorted by relevance

/drivers/clk/tegra/
Dclk-pll.c338 static int clk_pll_is_enabled(struct clk_hw *hw) in clk_pll_is_enabled() function
446 if (clk_pll_is_enabled(hw)) in clk_pll_enable()
758 state = clk_pll_is_enabled(hw); in _program_pll()
963 if (clk_pll_is_enabled(hw)) in clk_plle_enable()
1041 if (clk_pll_is_enabled(hw)) in tegra_clk_pll_restore_context()
1056 .is_enabled = clk_pll_is_enabled,
1067 .is_enabled = clk_pll_is_enabled,
1137 if (!clk_pll_is_enabled(hw)) in clk_pllu_enable()
1194 .is_enabled = clk_pll_is_enabled,
1401 if (clk_pll_is_enabled(hw)) in clk_pllc_enable()
[all …]
/drivers/clk/nxp/
Dclk-lpc32xx.c452 static int clk_pll_is_enabled(struct clk_hw *hw) in clk_pll_is_enabled() function
521 if (clk_pll_is_enabled(hw) && in clk_pll_recalc_rate()
701 .is_enabled = clk_pll_is_enabled, \