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