Searched refs:clk_hw_round_rate (Results 1 – 14 of 14) sorted by relevance
/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()
|
/drivers/clk/ |
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()
|
D | clk-divider.c | 317 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()
|
D | clk-stm32f4.c | 181 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in clk_apb_mul_round_rate()
|
D | clk.c | 892 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/ |
D | sun4i_dotclock.c | 84 rounded = clk_hw_round_rate(clk_hw_get_parent(hw), in sun4i_dclk_round_rate()
|
/drivers/clk/qcom/ |
D | clk-rcg2.c | 523 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()
|
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()
|
/drivers/clk/ti/ |
D | divider.c | 182 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/ |
D | clk-sun9i-cpus.c | 126 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()
|
/drivers/clk/samsung/ |
D | clk-cpu.c | 111 *prate = clk_hw_round_rate(parent, drate); in exynos_cpuclk_round_rate()
|
/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()
|