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()755 state = clk_pll_is_enabled(hw); in _program_pll()960 if (clk_pll_is_enabled(hw)) in clk_plle_enable()1038 if (clk_pll_is_enabled(hw)) in tegra_clk_pll_restore_context()1053 .is_enabled = clk_pll_is_enabled,1064 .is_enabled = clk_pll_is_enabled,1190 .is_enabled = clk_pll_is_enabled,1397 if (clk_pll_is_enabled(hw)) in clk_pllc_enable()1507 state = clk_pll_is_enabled(hw); in clk_pllc_set_rate()[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, \