| /Linux-v5.4/drivers/clk/actions/ |
| D | owl-factor.c | 101 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()
|
| /Linux-v5.4/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-v5.4/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 | 82 *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() 543 req->best_parent_rate = clk_hw_round_rate(p, req->rate); in clk_rcg_bypass2_determine_rate() 603 src_rate = clk_hw_round_rate(req->best_parent_hw, request); in clk_rcg_pixel_determine_rate()
|
| D | clk-rcg2.c | 517 req->best_parent_rate = parent_rate = clk_hw_round_rate(p, req->rate); in clk_byte_determine_rate() 574 req->best_parent_rate = parent_rate = clk_hw_round_rate(p, rate); in clk_byte2_determine_rate() 649 src_rate = clk_hw_round_rate(req->best_parent_hw, request); in clk_pixel_determine_rate()
|
| /Linux-v5.4/drivers/clk/sunxi-ng/ |
| D | ccu_gate.c | 101 *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-v5.4/drivers/clk/ |
| D | clk-divider.c | 328 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()
|
| 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-v5.4/drivers/clk/at91/ |
| D | clk-usb.c | 76 tmp_parent_rate = clk_hw_round_rate(parent, in at91sam9x5_clk_usb_determine_rate() 308 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-v5.4/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-v5.4/drivers/clk/meson/ |
| D | sclk-div.c | 81 parent_now = clk_hw_round_rate(parent, rate * i); in sclk_div_bestdiv()
|
| /Linux-v5.4/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-v5.4/drivers/clk/ti/ |
| D | divider.c | 211 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in ti_clk_divider_bestdiv() 224 clk_hw_round_rate(clk_hw_get_parent(hw), 1); in ti_clk_divider_bestdiv()
|
| /Linux-v5.4/drivers/clk/samsung/ |
| D | clk-cpu.c | 109 *prate = clk_hw_round_rate(parent, drate); in exynos_cpuclk_round_rate()
|
| /Linux-v5.4/drivers/gpu/drm/msm/dsi/pll/ |
| D | dsi_pll_28nm_8960.c | 256 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in clk_bytediv_round_rate()
|
| /Linux-v5.4/drivers/gpu/drm/pl111/ |
| D | pl111_display.c | 460 this_prate = clk_hw_round_rate(parent, rate * div); in pl111_clk_div_choose_div()
|
| /Linux-v5.4/drivers/clk/davinci/ |
| D | pll.c | 163 parent_rate = clk_hw_round_rate(parent, rate / mult); in davinci_pll_determine_rate()
|
| /Linux-v5.4/include/linux/ |
| D | clk-provider.h | 875 unsigned long clk_hw_round_rate(struct clk_hw *hw, unsigned long rate);
|