Searched refs:div_ops (Results 1 – 2 of 2) sorted by relevance
51 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_recalc_rate() local56 return div_ops->recalc_rate(div_hw, parent_rate); in clk_periph_recalc_rate()63 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_round_rate() local68 return div_ops->round_rate(div_hw, rate, prate); in clk_periph_round_rate()75 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_set_rate() local80 return div_ops->set_rate(div_hw, rate, parent_rate); in clk_periph_set_rate()
410 const struct clk_ops *div_ops; member452 .div_ops = &tegra_clk_frac_div_ops, \