Home
last modified time | relevance | path

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

/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()
/drivers/clk/
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()
Dclk-divider.c317 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in clk_divider_bestdiv()
329 *best_parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), 1); in clk_divider_bestdiv()
Dclk-stm32f4.c181 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in clk_apb_mul_round_rate()
Dclk.c892 unsigned long clk_hw_round_rate(struct clk_hw *hw, unsigned long rate) in clk_hw_round_rate() function
906 EXPORT_SYMBOL_GPL(clk_hw_round_rate);
/drivers/gpu/drm/sun4i/
Dsun4i_dotclock.c84 rounded = clk_hw_round_rate(clk_hw_get_parent(hw), in sun4i_dclk_round_rate()
/drivers/clk/qcom/
Dclk-rcg2.c523 req->best_parent_rate = parent_rate = clk_hw_round_rate(p, req->rate); in clk_byte_determine_rate()
580 req->best_parent_rate = parent_rate = clk_hw_round_rate(p, rate); in clk_byte2_determine_rate()
655 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()
/drivers/clk/ti/
Ddivider.c182 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in ti_clk_divider_bestdiv()
195 clk_hw_round_rate(clk_hw_get_parent(hw), 1); in ti_clk_divider_bestdiv()
/drivers/clk/sunxi/
Dclk-sun9i-cpus.c126 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()
/drivers/clk/samsung/
Dclk-cpu.c111 *prate = clk_hw_round_rate(parent, drate); in exynos_cpuclk_round_rate()
/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()