Searched refs:div_ops (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/clk/tegra/ |
D | clk-periph.c | 50 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_recalc_rate() local 55 return div_ops->recalc_rate(div_hw, parent_rate); in clk_periph_recalc_rate() 62 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_round_rate() local 67 return div_ops->round_rate(div_hw, rate, prate); in clk_periph_round_rate() 74 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_set_rate() local 79 return div_ops->set_rate(div_hw, rate, parent_rate); in clk_periph_set_rate()
|
D | clk.h | 450 const struct clk_ops *div_ops; member 492 .div_ops = &tegra_clk_frac_div_ops, \
|
/linux-4.4.14/drivers/clk/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.4.14/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 = (div_flags & CLK_DIVIDER_READ_ONLY) in rockchip_clk_register_branch() 100 div ? &div->hw : NULL, div_ops, in rockchip_clk_register_branch() 121 const struct clk_ops *div_ops = NULL, *gate_ops = NULL; in rockchip_clk_register_frac_branch() local 151 div_ops = &clk_fractional_divider_ops; in rockchip_clk_register_frac_branch() 155 &div->hw, div_ops, in rockchip_clk_register_frac_branch()
|
/linux-4.4.14/drivers/clk/nxp/ |
D | clk-lpc18xx-ccu.c | 210 const struct clk_ops *div_ops = NULL; in lpc18xx_ccu_register_branch_gate_div() local 225 div_ops = &clk_divider_ro_ops; in lpc18xx_ccu_register_branch_gate_div() 233 div_hw, div_ops, in lpc18xx_ccu_register_branch_gate_div()
|
/linux-4.4.14/drivers/clk/mediatek/ |
D | clk-mtk.c | 146 const struct clk_ops *mux_ops = NULL, *gate_ops = NULL, *div_ops = NULL; in mtk_clk_register_composite() local 202 div_ops = &clk_divider_ops; in mtk_clk_register_composite() 207 div_hw, div_ops, in mtk_clk_register_composite()
|