Searched refs:clk_hw_round_rate (Results 1 - 25 of 39) sorted by relevance

12

/linux-master/drivers/clk/sunxi-ng/
H A Dccu_gate.c104 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent);
H A Dccu_mp.c81 parent_rate = clk_hw_round_rate(hw, rate * div);
H A Dccu_nkm.c33 tmp_parent = clk_hw_round_rate(parent_hw, rate * _m / (_n * _k));
/linux-master/drivers/clk/qcom/
H A Dclk-regmap-mux-div.c103 parent_rate = clk_hw_round_rate(parent, parent_rate);
140 parent_rate = clk_hw_round_rate(parent, parent_rate);
H A Dclk-krait.c102 req->best_parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), req->rate * 2);
H A Dclk-cbf-8996.c155 req->best_parent_rate = clk_hw_round_rate(parent, req->rate);
H A Dclk-rcg.c468 req->best_parent_rate = clk_hw_round_rate(p, req->rate);
556 req->best_parent_rate = clk_hw_round_rate(p, req->rate);
616 src_rate = clk_hw_round_rate(req->best_parent_hw, request);
H A Dclk-rcg2.c656 req->best_parent_rate = parent_rate = clk_hw_round_rate(p, req->rate);
713 req->best_parent_rate = parent_rate = clk_hw_round_rate(p, rate);
789 src_rate = clk_hw_round_rate(req->best_parent_hw, request);
/linux-master/drivers/clk/rockchip/
H A Dclk-half-divider.c75 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw),
89 *best_parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), 1);
/linux-master/drivers/clk/actions/
H A Dowl-factor.c100 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw),
112 *best_parent_rate = clk_hw_round_rate(
/linux-master/drivers/clk/
H A Dclk-multiplier.c101 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw),
H A Dclk-divider.c329 parent_rate = clk_hw_round_rate(parent, rate * i);
340 *best_parent_rate = clk_hw_round_rate(parent, 1);
374 req->best_parent_rate = clk_hw_round_rate(req->best_parent_hw,
H A Dclk-si521xx.c173 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent);
H A Dclk-fixed-factor.c42 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent);
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy_clk.c39 rounded = clk_hw_round_rate(parent, ideal);
H A Dsun4i_tcon_dclk.c93 rounded = clk_hw_round_rate(clk_hw_get_parent(hw),
H A Dsun4i_hdmi_tmds_clk.c93 rounded = clk_hw_round_rate(parent, ideal);
/linux-master/drivers/gpu/drm/mcde/
H A Dmcde_clk_div.c57 this_prate = clk_hw_round_rate(parent, rate * div);
/linux-master/drivers/clk/tegra/
H A Dclk-tegra-super-cclk.c106 rate = clk_hw_round_rate(pllx_hw, rate);
/linux-master/drivers/clk/at91/
H A Dclk-usb.c78 tmp_parent_rate = clk_hw_round_rate(parent,
340 tmp_parent_rate = clk_hw_round_rate(parent, tmp_parent_rate);
H A Dclk-audio-pll.c306 best_parent_rate = clk_hw_round_rate(pclk,
/linux-master/drivers/clk/ti/
H A Ddivider.c207 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw),
220 clk_hw_round_rate(clk_hw_get_parent(hw), 1);
/linux-master/drivers/clk/meson/
H A Dsclk-div.c81 parent_now = clk_hw_round_rate(parent, rate * i);
/linux-master/drivers/clk/sunxi/
H A Dclk-sun9i-cpus.c125 parent_rate = clk_hw_round_rate(parent, rate);
H A Dclk-factors.c107 parent_rate = clk_hw_round_rate(parent, req->rate);

Completed in 498 milliseconds

12