| /Linux-v4.19/drivers/clk/actions/ |
| D | owl-factor.c | 102 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in clk_val_best() 114 *best_parent_rate = clk_hw_round_rate( in clk_val_best()
|
| /Linux-v4.19/drivers/clk/rockchip/ |
| D | clk-half-divider.c | 74 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in clk_half_divider_bestdiv() 88 *best_parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), 1); in clk_half_divider_bestdiv()
|
| /Linux-v4.19/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-rcg2.c | 504 req->best_parent_rate = parent_rate = clk_hw_round_rate(p, req->rate); in clk_byte_determine_rate() 561 req->best_parent_rate = parent_rate = clk_hw_round_rate(p, rate); in clk_byte2_determine_rate() 636 src_rate = clk_hw_round_rate(req->best_parent_hw, request); in clk_pixel_determine_rate()
|
| D | clk-rcg.c | 476 req->best_parent_rate = clk_hw_round_rate(p, req->rate); in clk_rcg_bypass_determine_rate() 551 req->best_parent_rate = clk_hw_round_rate(p, req->rate); in clk_rcg_bypass2_determine_rate() 611 src_rate = clk_hw_round_rate(req->best_parent_hw, request); in clk_rcg_pixel_determine_rate()
|
| D | clk-alpha-pll.c | 822 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), div * rate); in clk_alpha_pll_postdiv_round_ro_rate()
|
| /Linux-v4.19/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()
|
| /Linux-v4.19/drivers/clk/ |
| D | clk-divider.c | 315 parent_rate = clk_hw_round_rate(parent, rate * i); in clk_divider_bestdiv() 326 *best_parent_rate = clk_hw_round_rate(parent, 1); in clk_divider_bestdiv() 359 *prate = clk_hw_round_rate(parent, rate * div); in divider_ro_round_rate_parent()
|
| D | clk-multiplier.c | 87 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in __bestmult()
|
| D | clk-fixed-factor.c | 47 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in clk_factor_round_rate()
|
| /Linux-v4.19/drivers/clk/at91/ |
| D | clk-usb.c | 79 tmp_parent_rate = clk_hw_round_rate(parent, in at91sam9x5_clk_usb_determine_rate() 294 tmp_parent_rate = clk_hw_round_rate(parent, tmp_parent_rate); in at91rm9200_clk_usb_round_rate()
|
| D | clk-audio-pll.c | 309 best_parent_rate = clk_hw_round_rate(pclk, in clk_audio_pll_pad_round_rate()
|
| /Linux-v4.19/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 | 97 rounded = clk_hw_round_rate(clk_hw_get_parent(hw), in sun4i_dclk_round_rate()
|
| D | sun4i_hdmi_tmds_clk.c | 96 rounded = clk_hw_round_rate(parent, ideal); in sun4i_tmds_determine_rate()
|
| /Linux-v4.19/drivers/clk/sunxi/ |
| D | clk-sun9i-cpus.c | 127 parent_rate = clk_hw_round_rate(parent, rate); in sun9i_a80_cpus_clk_determine_rate()
|
| D | clk-factors.c | 110 parent_rate = clk_hw_round_rate(parent, req->rate); in clk_factors_determine_rate()
|
| /Linux-v4.19/drivers/clk/meson/ |
| D | sclk-div.c | 77 parent_now = clk_hw_round_rate(parent, rate * i); in sclk_div_bestdiv()
|
| /Linux-v4.19/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-v4.19/drivers/clk/samsung/ |
| D | clk-cpu.c | 111 *prate = clk_hw_round_rate(parent, drate); in exynos_cpuclk_round_rate()
|
| /Linux-v4.19/drivers/gpu/drm/msm/dsi/pll/ |
| D | dsi_pll_28nm_8960.c | 264 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in clk_bytediv_round_rate()
|
| /Linux-v4.19/drivers/gpu/drm/pl111/ |
| D | pl111_display.c | 438 this_prate = clk_hw_round_rate(parent, rate * div); in pl111_clk_div_choose_div()
|
| /Linux-v4.19/include/linux/ |
| D | clk-provider.h | 831 unsigned long clk_hw_round_rate(struct clk_hw *hw, unsigned long rate);
|
| /Linux-v4.19/drivers/clk/davinci/ |
| D | pll.c | 163 parent_rate = clk_hw_round_rate(parent, rate / mult); in davinci_pll_determine_rate()
|
| /Linux-v4.19/arch/mips/alchemy/common/ |
| D | clock.c | 455 pr = clk_hw_round_rate(free, tpr); in alchemy_clk_fgcs_detr()
|