Searched refs:div_ops (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/clk/tegra/ |
D | clk-periph.c | 51 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()
|
D | clk.h | 423 const struct clk_ops *div_ops; member 465 .div_ops = &tegra_clk_frac_div_ops, \
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | clk-busy.c | 34 const struct clk_ops *div_ops; member 51 return busy->div_ops->recalc_rate(&busy->div.hw, parent_rate); in clk_busy_divider_recalc_rate() 59 return busy->div_ops->round_rate(&busy->div.hw, rate, prate); in clk_busy_divider_round_rate() 68 ret = busy->div_ops->set_rate(&busy->div.hw, rate, parent_rate); in clk_busy_divider_set_rate() 100 busy->div_ops = &clk_divider_ops; in imx_clk_busy_divider()
|
/linux-4.1.27/drivers/clk/rockchip/ |
D | clk.c | 53 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, in rockchip_clk_register_branch() local 93 div_ops = &clk_divider_ops; in rockchip_clk_register_branch() 98 div ? &div->hw : NULL, div_ops, in rockchip_clk_register_branch() 114 const struct clk_ops *div_ops = NULL, *gate_ops = NULL; in rockchip_clk_register_frac_branch() local 142 div_ops = &clk_fractional_divider_ops; in rockchip_clk_register_frac_branch() 146 &div->hw, div_ops, in rockchip_clk_register_frac_branch()
|