Lines Matching refs:div_hw
149 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_determine_rate() local
152 __clk_hw_set_clk(div_hw, hw); in clk_super_determine_rate()
154 rate = super->div_ops->round_rate(div_hw, req->rate, in clk_super_determine_rate()
167 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_recalc_rate() local
169 __clk_hw_set_clk(div_hw, hw); in clk_super_recalc_rate()
171 return super->div_ops->recalc_rate(div_hw, parent_rate); in clk_super_recalc_rate()
178 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_set_rate() local
180 __clk_hw_set_clk(div_hw, hw); in clk_super_set_rate()
182 return super->div_ops->set_rate(div_hw, rate, parent_rate); in clk_super_set_rate()
188 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_restore_context() local
195 super->div_ops->restore_context(div_hw); in clk_super_restore_context()