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_round_rate() local
55 __clk_hw_set_clk(div_hw, hw); in clk_periph_round_rate()
57 return div_ops->round_rate(div_hw, rate, prate); in clk_periph_round_rate()
65 struct clk_hw *div_hw = &periph->divider.hw; in clk_periph_set_rate() local
67 __clk_hw_set_clk(div_hw, hw); in clk_periph_set_rate()
69 return div_ops->set_rate(div_hw, rate, parent_rate); in clk_periph_set_rate()
116 struct clk_hw *div_hw = &periph->divider.hw; in clk_periph_restore_context() local
124 div_ops->restore_context(div_hw); in clk_periph_restore_context()