Lines Matching refs:div_hw
41 struct clk_hw *div_hw = &periph->divider.hw; in clk_periph_recalc_rate() local
43 __clk_hw_set_clk(div_hw, hw); in clk_periph_recalc_rate()
45 return div_ops->recalc_rate(div_hw, parent_rate); in clk_periph_recalc_rate()
53 struct clk_hw *div_hw = &periph->divider.hw; in clk_periph_determine_rate() local
56 __clk_hw_set_clk(div_hw, hw); in clk_periph_determine_rate()
58 rate = div_ops->round_rate(div_hw, req->rate, &req->best_parent_rate); in clk_periph_determine_rate()
71 struct clk_hw *div_hw = &periph->divider.hw; in clk_periph_set_rate() local
73 __clk_hw_set_clk(div_hw, hw); in clk_periph_set_rate()
75 return div_ops->set_rate(div_hw, rate, parent_rate); in clk_periph_set_rate()
122 struct clk_hw *div_hw = &periph->divider.hw; in clk_periph_restore_context() local
130 div_ops->restore_context(div_hw); in clk_periph_restore_context()