Searched refs:clk_pll_is_enabled (Results 1 – 2 of 2) sorted by relevance
338 static int clk_pll_is_enabled(struct clk_hw *hw) in clk_pll_is_enabled() function446 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 …]
452 static int clk_pll_is_enabled(struct clk_hw *hw) in clk_pll_is_enabled() function521 if (clk_pll_is_enabled(hw) && in clk_pll_recalc_rate()701 .is_enabled = clk_pll_is_enabled, \