Home
last modified time | relevance | path

Searched refs:div_hw (Results 1 – 4 of 4) sorted by relevance

/drivers/clk/tegra/
Dclk-periph.c51 struct clk_hw *div_hw = &periph->divider.hw; in clk_periph_recalc_rate() local
53 __clk_hw_set_clk(div_hw, hw); in clk_periph_recalc_rate()
55 return div_ops->recalc_rate(div_hw, parent_rate); in clk_periph_recalc_rate()
63 struct clk_hw *div_hw = &periph->divider.hw; in clk_periph_round_rate() local
65 __clk_hw_set_clk(div_hw, hw); in clk_periph_round_rate()
67 return div_ops->round_rate(div_hw, rate, prate); in clk_periph_round_rate()
75 struct clk_hw *div_hw = &periph->divider.hw; in clk_periph_set_rate() local
77 __clk_hw_set_clk(div_hw, hw); in clk_periph_set_rate()
79 return div_ops->set_rate(div_hw, rate, parent_rate); in clk_periph_set_rate()
/drivers/clk/mediatek/
Dclk-mtk.c145 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *div_hw = NULL; in mtk_clk_register_composite() local
201 div_hw = &div->hw; in mtk_clk_register_composite()
207 div_hw, div_ops, in mtk_clk_register_composite()
/drivers/clk/nxp/
Dclk-lpc18xx-ccu.c210 struct clk_hw *div_hw = NULL; in lpc18xx_ccu_register_branch_gate_div() local
222 div_hw = &div->hw; in lpc18xx_ccu_register_branch_gate_div()
231 div_hw, div_ops, in lpc18xx_ccu_register_branch_gate_div()
Dclk-lpc32xx.c1439 struct clk_hw *mux_hw = NULL, *div_hw = NULL, *gate_hw = NULL; in lpc32xx_clk_register() local
1452 div_hw = &div0->clk.hw; in lpc32xx_clk_register()
1461 mux_hw, mops, div_hw, dops, in lpc32xx_clk_register()