Searched refs:clk_pll_is_enabled (Results 1 – 2 of 2) sorted by relevance
330 static int clk_pll_is_enabled(struct clk_hw *hw) in clk_pll_is_enabled() function436 if (clk_pll_is_enabled(hw)) in clk_pll_enable()745 state = clk_pll_is_enabled(hw); in _program_pll()940 if (clk_pll_is_enabled(hw)) in clk_plle_enable()1012 .is_enabled = clk_pll_is_enabled,1022 .is_enabled = clk_pll_is_enabled,1148 .is_enabled = clk_pll_is_enabled,1355 if (clk_pll_is_enabled(hw)) in clk_pllc_enable()1465 state = clk_pll_is_enabled(hw); in clk_pllc_set_rate()1522 state = clk_pll_is_enabled(hw); in clk_pllre_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, \