Searched refs:to_clk_hfpll (Results 1 – 2 of 2) sorted by relevance
22 struct clk_hfpll *h = to_clk_hfpll(hw); in __clk_hfpll_init_once()55 struct clk_hfpll *h = to_clk_hfpll(hw); in __clk_hfpll_enable()94 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_enable()123 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_disable()133 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_determine_rate()154 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_set_rate()192 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_recalc_rate()204 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_init()230 struct clk_hfpll *h = to_clk_hfpll(hw); in hfpll_is_enabled()
39 #define to_clk_hfpll(_hw) \ macro