/linux-6.1.9/drivers/clk/actions/ |
D | owl-factor.c | 100 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/ |
D | clk-half-divider.c | 75 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/ |
D | clk-regmap-mux-div.c | 103 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()
|
D | clk-krait.c | 103 *parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), rate * 2); in krait_div2_round_rate()
|
D | clk-rcg.c | 468 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()
|
D | clk-rcg2.c | 660 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()
|
D | clk-cpu-8996.c | 302 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/ |
D | ccu_gate.c | 104 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in ccu_gate_round_rate()
|
D | ccu_mp.c | 79 parent_rate = clk_hw_round_rate(hw, rate * div); in ccu_mp_find_best_with_parent_adj()
|
/linux-6.1.9/drivers/clk/ |
D | clk-divider.c | 329 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()
|
D | clk-multiplier.c | 101 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in __bestmult()
|
D | clk-fixed-factor.c | 42 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in clk_factor_round_rate()
|
/linux-6.1.9/drivers/clk/at91/ |
D | clk-usb.c | 78 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()
|
D | clk-audio-pll.c | 306 best_parent_rate = clk_hw_round_rate(pclk, in clk_audio_pll_pad_round_rate()
|
/linux-6.1.9/drivers/gpu/drm/sun4i/ |
D | sun8i_hdmi_phy_clk.c | 39 rounded = clk_hw_round_rate(parent, ideal); in sun8i_phy_clk_determine_rate()
|
D | sun4i_dotclock.c | 93 rounded = clk_hw_round_rate(clk_hw_get_parent(hw), in sun4i_dclk_round_rate()
|
D | sun4i_hdmi_tmds_clk.c | 93 rounded = clk_hw_round_rate(parent, ideal); in sun4i_tmds_determine_rate()
|
/linux-6.1.9/drivers/gpu/drm/mcde/ |
D | mcde_clk_div.c | 57 this_prate = clk_hw_round_rate(parent, rate * div); in mcde_clk_div_choose_div()
|
/linux-6.1.9/drivers/clk/tegra/ |
D | clk-tegra-super-cclk.c | 97 rate = clk_hw_round_rate(pllx_hw, rate); in cclk_super_determine_rate()
|
/linux-6.1.9/drivers/clk/ti/ |
D | divider.c | 207 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/ |
D | clk-sun9i-cpus.c | 128 parent_rate = clk_hw_round_rate(parent, rate); in sun9i_a80_cpus_clk_determine_rate()
|
D | clk-factors.c | 107 parent_rate = clk_hw_round_rate(parent, req->rate); in clk_factors_determine_rate()
|
/linux-6.1.9/drivers/clk/meson/ |
D | sclk-div.c | 81 parent_now = clk_hw_round_rate(parent, rate * i); in sclk_div_bestdiv()
|
/linux-6.1.9/drivers/clk/renesas/ |
D | rcar-gen4-cpg.c | 77 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/ |
D | clk-cpu.c | 109 *prate = clk_hw_round_rate(parent, drate); in exynos_cpuclk_round_rate()
|