Lines Matching refs:div_hw
148 struct clk_hw *div_hw = &super->frac_div.hw;
150 __clk_hw_set_clk(div_hw, hw);
152 return super->div_ops->round_rate(div_hw, rate, parent_rate);
159 struct clk_hw *div_hw = &super->frac_div.hw;
161 __clk_hw_set_clk(div_hw, hw);
163 return super->div_ops->recalc_rate(div_hw, parent_rate);
170 struct clk_hw *div_hw = &super->frac_div.hw;
172 __clk_hw_set_clk(div_hw, hw);
174 return super->div_ops->set_rate(div_hw, rate, parent_rate);
180 struct clk_hw *div_hw = &super->frac_div.hw;
187 super->div_ops->restore_context(div_hw);