Home
last modified time | relevance | path

Searched refs:clk_hw_round_rate (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.1.9/drivers/clk/actions/
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()
/linux-6.1.9/drivers/clk/rockchip/
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()
/linux-6.1.9/drivers/clk/qcom/
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()
Dclk-krait.c103 *parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), rate * 2); in krait_div2_round_rate()
Dclk-rcg.c468 req->best_parent_rate = clk_hw_round_rate(p, req->rate); in clk_rcg_bypass_determine_rate()
556 req->best_parent_rate = clk_hw_round_rate(p, req->rate); in clk_rcg_bypass2_determine_rate()
616 src_rate = clk_hw_round_rate(req->best_parent_hw, request); in clk_rcg_pixel_determine_rate()
Dclk-rcg2.c660 req->best_parent_rate = parent_rate = clk_hw_round_rate(p, req->rate); in clk_byte_determine_rate()
717 req->best_parent_rate = parent_rate = clk_hw_round_rate(p, rate); in clk_byte2_determine_rate()
793 src_rate = clk_hw_round_rate(req->best_parent_hw, request); in clk_pixel_determine_rate()
Dclk-cpu-8996.c302 req->best_parent_rate = clk_hw_round_rate(parent, req->rate); in clk_cpu_8996_pmux_determine_rate()
/linux-6.1.9/drivers/clk/sunxi-ng/
Dccu_gate.c104 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in ccu_gate_round_rate()
Dccu_mp.c79 parent_rate = clk_hw_round_rate(hw, rate * div); in ccu_mp_find_best_with_parent_adj()
/linux-6.1.9/drivers/clk/
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()
Dclk-multiplier.c101 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in __bestmult()
Dclk-fixed-factor.c42 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in clk_factor_round_rate()
/linux-6.1.9/drivers/clk/at91/
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()
Dclk-audio-pll.c306 best_parent_rate = clk_hw_round_rate(pclk, in clk_audio_pll_pad_round_rate()
/linux-6.1.9/drivers/gpu/drm/sun4i/
Dsun8i_hdmi_phy_clk.c39 rounded = clk_hw_round_rate(parent, ideal); in sun8i_phy_clk_determine_rate()
Dsun4i_dotclock.c93 rounded = clk_hw_round_rate(clk_hw_get_parent(hw), in sun4i_dclk_round_rate()
Dsun4i_hdmi_tmds_clk.c93 rounded = clk_hw_round_rate(parent, ideal); in sun4i_tmds_determine_rate()
/linux-6.1.9/drivers/gpu/drm/mcde/
Dmcde_clk_div.c57 this_prate = clk_hw_round_rate(parent, rate * div); in mcde_clk_div_choose_div()
/linux-6.1.9/drivers/clk/tegra/
Dclk-tegra-super-cclk.c97 rate = clk_hw_round_rate(pllx_hw, rate); in cclk_super_determine_rate()
/linux-6.1.9/drivers/clk/ti/
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()
/linux-6.1.9/drivers/clk/sunxi/
Dclk-sun9i-cpus.c128 parent_rate = clk_hw_round_rate(parent, rate); in sun9i_a80_cpus_clk_determine_rate()
Dclk-factors.c107 parent_rate = clk_hw_round_rate(parent, req->rate); in clk_factors_determine_rate()
/linux-6.1.9/drivers/clk/meson/
Dsclk-div.c81 parent_now = clk_hw_round_rate(parent, rate * i); in sclk_div_bestdiv()
/linux-6.1.9/drivers/clk/renesas/
Drcar-gen4-cpg.c77 req->best_parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in cpg_z_clk_determine_rate()
/linux-6.1.9/drivers/clk/samsung/
Dclk-cpu.c109 *prate = clk_hw_round_rate(parent, drate); in exynos_cpuclk_round_rate()

12