Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/clk/actions/
Dowl-factor.c102 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/
Dclk-half-divider.c74 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/
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-rcg2.c504 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()
Dclk-rcg.c476 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()
Dclk-alpha-pll.c822 *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/
Dccu_gate.c104 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in ccu_gate_round_rate()
/Linux-v4.19/drivers/clk/
Dclk-divider.c315 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()
Dclk-multiplier.c87 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in __bestmult()
Dclk-fixed-factor.c47 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in clk_factor_round_rate()
/Linux-v4.19/drivers/clk/at91/
Dclk-usb.c79 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()
Dclk-audio-pll.c309 best_parent_rate = clk_hw_round_rate(pclk, in clk_audio_pll_pad_round_rate()
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun8i_hdmi_phy_clk.c39 rounded = clk_hw_round_rate(parent, ideal); in sun8i_phy_clk_determine_rate()
Dsun4i_dotclock.c97 rounded = clk_hw_round_rate(clk_hw_get_parent(hw), in sun4i_dclk_round_rate()
Dsun4i_hdmi_tmds_clk.c96 rounded = clk_hw_round_rate(parent, ideal); in sun4i_tmds_determine_rate()
/Linux-v4.19/drivers/clk/sunxi/
Dclk-sun9i-cpus.c127 parent_rate = clk_hw_round_rate(parent, rate); in sun9i_a80_cpus_clk_determine_rate()
Dclk-factors.c110 parent_rate = clk_hw_round_rate(parent, req->rate); in clk_factors_determine_rate()
/Linux-v4.19/drivers/clk/meson/
Dsclk-div.c77 parent_now = clk_hw_round_rate(parent, rate * i); in sclk_div_bestdiv()
/Linux-v4.19/drivers/clk/ti/
Ddivider.c211 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/
Dclk-cpu.c111 *prate = clk_hw_round_rate(parent, drate); in exynos_cpuclk_round_rate()
/Linux-v4.19/drivers/gpu/drm/msm/dsi/pll/
Ddsi_pll_28nm_8960.c264 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in clk_bytediv_round_rate()
/Linux-v4.19/drivers/gpu/drm/pl111/
Dpl111_display.c438 this_prate = clk_hw_round_rate(parent, rate * div); in pl111_clk_div_choose_div()
/Linux-v4.19/include/linux/
Dclk-provider.h831 unsigned long clk_hw_round_rate(struct clk_hw *hw, unsigned long rate);
/Linux-v4.19/drivers/clk/davinci/
Dpll.c163 parent_rate = clk_hw_round_rate(parent, rate / mult); in davinci_pll_determine_rate()
/Linux-v4.19/arch/mips/alchemy/common/
Dclock.c455 pr = clk_hw_round_rate(free, tpr); in alchemy_clk_fgcs_detr()

12