Home
last modified time | relevance | path

Searched refs:clk_hw_round_rate (Results 1 - 25 of 72) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/clk/actions/
H A Dowl-factor.c101 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in owl_clk_val_best()
113 *best_parent_rate = clk_hw_round_rate( in owl_clk_val_best()
/kernel/linux/linux-5.10/drivers/clk/rockchip/
H A Dclk-half-divider.c75 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in clk_half_divider_bestdiv()
89 *best_parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), 1); in clk_half_divider_bestdiv()
/kernel/linux/linux-6.6/drivers/clk/actions/
H A Dowl-factor.c100 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in owl_clk_val_best()
112 *best_parent_rate = clk_hw_round_rate( in owl_clk_val_best()
/kernel/linux/linux-6.6/drivers/clk/rockchip/
H A Dclk-half-divider.c75 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in clk_half_divider_bestdiv()
89 *best_parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), 1); in clk_half_divider_bestdiv()
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-divider.c328 parent_rate = clk_hw_round_rate(parent, rate * i); in clk_divider_bestdiv()
339 *best_parent_rate = clk_hw_round_rate(parent, 1); in clk_divider_bestdiv()
372 *prate = clk_hw_round_rate(parent, rate * div); in divider_ro_round_rate_parent()
H A Dclk-multiplier.c101 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in __bestmult()
/kernel/linux/linux-5.10/drivers/clk/qcom/
H A Dclk-regmap-mux-div.c103 parent_rate = clk_hw_round_rate(parent, parent_rate); in mux_div_determine_rate()
140 parent_rate = clk_hw_round_rate(parent, parent_rate); in __mux_div_set_rate_and_parent()
H A Dclk-krait.c87 *parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), rate * 2); in krait_div2_round_rate()
/kernel/linux/linux-5.10/drivers/clk/at91/
H A Dclk-usb.c77 tmp_parent_rate = clk_hw_round_rate(parent, in at91sam9x5_clk_usb_determine_rate()
313 tmp_parent_rate = clk_hw_round_rate(parent, tmp_parent_rate); in at91rm9200_clk_usb_round_rate()
/kernel/linux/linux-6.6/drivers/clk/qcom/
H A Dclk-regmap-mux-div.c103 parent_rate = clk_hw_round_rate(parent, parent_rate); in mux_div_determine_rate()
140 parent_rate = clk_hw_round_rate(parent, parent_rate); in __mux_div_set_rate_and_parent()
H A Dclk-krait.c102 req->best_parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), req->rate * 2); in krait_div2_determine_rate()
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
H A Dccu_gate.c101 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in ccu_gate_round_rate()
/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/
H A Dccu_gate.c104 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in ccu_gate_round_rate()
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk-divider.c329 parent_rate = clk_hw_round_rate(parent, rate * i); in clk_divider_bestdiv()
340 *best_parent_rate = clk_hw_round_rate(parent, 1); in clk_divider_bestdiv()
374 req->best_parent_rate = clk_hw_round_rate(req->best_parent_hw, in divider_ro_determine_rate()
H A Dclk-multiplier.c101 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in __bestmult()
/kernel/linux/linux-5.10/drivers/clk/tegra/
H A Dclk-tegra-super-cclk.c85 rate = clk_hw_round_rate(pllx_hw, rate); in cclk_super_determine_rate()
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun4i_dotclock.c93 rounded = clk_hw_round_rate(clk_hw_get_parent(hw), in sun4i_dclk_round_rate()
H A Dsun8i_hdmi_phy_clk.c39 rounded = clk_hw_round_rate(parent, ideal); in sun8i_phy_clk_determine_rate()
/kernel/linux/linux-6.6/drivers/clk/tegra/
H A Dclk-tegra-super-cclk.c106 rate = clk_hw_round_rate(pllx_hw, rate); in cclk_super_determine_rate()
/kernel/linux/linux-6.6/drivers/gpu/drm/mcde/
H A Dmcde_clk_div.c57 this_prate = clk_hw_round_rate(parent, rate * div); in mcde_clk_div_choose_div()
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy_clk.c39 rounded = clk_hw_round_rate(parent, ideal); in sun8i_phy_clk_determine_rate()
H A Dsun4i_tcon_dclk.c93 rounded = clk_hw_round_rate(clk_hw_get_parent(hw), in sun4i_dclk_round_rate()
/kernel/linux/linux-5.10/drivers/clk/ti/
H A Ddivider.c215 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in ti_clk_divider_bestdiv()
228 clk_hw_round_rate(clk_hw_get_parent(hw), 1); in ti_clk_divider_bestdiv()
/kernel/linux/linux-6.6/drivers/clk/at91/
H A Dclk-usb.c78 tmp_parent_rate = clk_hw_round_rate(parent, in at91sam9x5_clk_usb_determine_rate()
340 tmp_parent_rate = clk_hw_round_rate(parent, tmp_parent_rate); in at91rm9200_clk_usb_round_rate()
/kernel/linux/linux-6.6/drivers/clk/ti/
H A Ddivider.c207 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in ti_clk_divider_bestdiv()
220 clk_hw_round_rate(clk_hw_get_parent(hw), 1); in ti_clk_divider_bestdiv()

Completed in 13 milliseconds

123