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

12

/linux-master/drivers/clk/renesas/
H A Drcar-gen4-cpg.c225 req->best_parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw),
/linux-master/drivers/clk/qcom/
H A Dclk-rcg2.c822 req->best_parent_rate = parent_rate = clk_hw_round_rate(p, req->rate);
879 req->best_parent_rate = parent_rate = clk_hw_round_rate(p, rate);
955 src_rate = clk_hw_round_rate(req->best_parent_hw, request);
H A Dclk-cpu-8996.c311 req->best_parent_rate = clk_hw_round_rate(parent, req->rate);
H A Dclk-alpha-pll.c1153 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), div * rate);
/linux-master/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_28nm_8960.c312 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent);
/linux-master/drivers/gpu/drm/pl111/
H A Dpl111_display.c459 this_prate = clk_hw_round_rate(parent, rate * div);
/linux-master/drivers/clk/samsung/
H A Dclk-cpu.c574 *prate = clk_hw_round_rate(parent, drate);
/linux-master/drivers/clk/at91/
H A Dclk-sam9x60-pll.c455 tmp_parent_rate = clk_hw_round_rate(parent, rate * divid);
/linux-master/drivers/clk/davinci/
H A Dpll.c162 parent_rate = clk_hw_round_rate(parent, rate / mult);
/linux-master/arch/mips/alchemy/common/
H A Dclock.c462 pr = clk_hw_round_rate(free, tpr);
/linux-master/drivers/clk/
H A Dclk-stm32f4.c438 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent);
H A Dclk.c1757 * clk_hw_round_rate() - round the given rate for a hw clk
1771 unsigned long clk_hw_round_rate(struct clk_hw *hw, unsigned long rate) function
1788 EXPORT_SYMBOL_GPL(clk_hw_round_rate); variable
/linux-master/include/linux/
H A Dclk-provider.h1398 unsigned long clk_hw_round_rate(struct clk_hw *hw, unsigned long rate);
/linux-master/drivers/clk/bcm/
H A Dclk-bcm2835.c1192 tmp_rate = clk_hw_round_rate(parent, rate * curdiv);

Completed in 335 milliseconds

12