Home
last modified time | relevance | path

Searched refs:div_ops (Results 1 – 2 of 2) sorted by relevance

/drivers/clk/tegra/
Dclk-periph.c51 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_recalc_rate() local
56 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() local
68 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() local
80 return div_ops->set_rate(div_hw, rate, parent_rate); in clk_periph_set_rate()
Dclk.h410 const struct clk_ops *div_ops; member
452 .div_ops = &tegra_clk_frac_div_ops, \