Searched refs:divider_round_rate (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/clk/sprd/ |
D | div.c | 17 return divider_round_rate(&common->hw, rate, parent_rate, in sprd_div_helper_round_rate()
|
/Linux-v4.19/drivers/clk/actions/ |
D | owl-divider.c | 21 return divider_round_rate(&common->hw, rate, parent_rate, in owl_divider_helper_round_rate()
|
/Linux-v4.19/drivers/clk/qcom/ |
D | clk-regmap-divider.c | 46 return divider_round_rate(hw, rate, prate, NULL, divider->width, in div_round_rate()
|
D | clk-alpha-pll.c | 804 return divider_round_rate(hw, rate, prate, table, in clk_alpha_pll_postdiv_round_rate() 1070 return divider_round_rate(hw, rate, prate, pll->post_div_table, in clk_alpha_pll_postdiv_fabia_round_rate()
|
/Linux-v4.19/drivers/clk/hisilicon/ |
D | clkdivider-hi6220.c | 67 return divider_round_rate(hw, rate, prate, dclk->table, in hi6220_clkdiv_round_rate()
|
/Linux-v4.19/drivers/clk/meson/ |
D | clk-regmap.c | 94 return divider_round_rate(hw, rate, prate, div->table, div->width, in clk_regmap_div_round_rate()
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-ac100.c | 158 return divider_round_rate(hw, rate, &prate, NULL, in ac100_clkout_round_rate() 164 tmp_rate = divider_round_rate(hw, rate, &tmp_prate, NULL, in ac100_clkout_round_rate()
|
/Linux-v4.19/drivers/clk/ |
D | clk-divider.c | 384 return divider_round_rate(hw, rate, prate, divider->table, in clk_divider_round_rate()
|
/Linux-v4.19/include/linux/ |
D | clk-provider.h | 808 static inline long divider_round_rate(struct clk_hw *hw, unsigned long rate, in divider_round_rate() function
|
/Linux-v4.19/drivers/gpu/drm/msm/dsi/pll/ |
D | dsi_pll_14nm.c | 713 return divider_round_rate(hw, rate, prate, NULL, in dsi_pll_14nm_postdiv_round_rate()
|
/Linux-v4.19/drivers/clk/nxp/ |
D | clk-lpc32xx.c | 979 return divider_round_rate(hw, rate, prate, divider->table, in clk_divider_round_rate()
|