Searched refs:divider_round_rate (Results 1 – 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/meson/ |
D | clk-cpu-dyndiv.c | 37 return divider_round_rate(hw, rate, prate, NULL, data->div.width, 0); in meson_clk_cpu_dyndiv_round_rate()
|
D | clk-regmap.c | 100 return divider_round_rate(hw, rate, prate, div->table, div->width, in clk_regmap_div_round_rate()
|
/kernel/linux/linux-5.10/drivers/clk/sprd/ |
D | div.c | 17 return divider_round_rate(&common->hw, rate, parent_rate, in sprd_div_helper_round_rate()
|
/kernel/linux/linux-5.10/drivers/clk/actions/ |
D | owl-divider.c | 21 return divider_round_rate(&common->hw, rate, parent_rate, in owl_divider_helper_round_rate()
|
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
D | clk-regmap-divider.c | 38 return divider_round_rate(hw, rate, prate, NULL, divider->width, in div_round_rate()
|
D | clk-alpha-pll.c | 952 return divider_round_rate(hw, rate, prate, table, in clk_alpha_pll_postdiv_round_rate() 1303 return divider_round_rate(hw, rate, prate, pll->post_div_table, in clk_trion_pll_postdiv_round_rate() 1340 return divider_round_rate(hw, rate, prate, pll->post_div_table, in clk_alpha_pll_postdiv_fabia_round_rate()
|
/kernel/linux/linux-5.10/drivers/clk/hisilicon/ |
D | clkdivider-hi6220.c | 63 return divider_round_rate(hw, rate, prate, dclk->table, in hi6220_clkdiv_round_rate()
|
/kernel/linux/linux-5.10/drivers/rtc/ |
D | rtc-ac100.c | 150 return divider_round_rate(hw, rate, &prate, NULL, in ac100_clkout_round_rate() 156 tmp_rate = divider_round_rate(hw, rate, &tmp_prate, NULL, in ac100_clkout_round_rate()
|
/kernel/linux/linux-5.10/drivers/clk/ |
D | clk-divider.c | 397 return divider_round_rate(hw, rate, prate, divider->table, in clk_divider_round_rate()
|
D | clk-milbeaut.c | 406 return divider_round_rate(hw, rate, prate, divider->table, in m10v_clk_divider_round_rate()
|
D | clk-bm1880.c | 629 return divider_round_rate(hw, rate, prate, div->table, in bm1880_clk_div_round_rate()
|
/kernel/linux/linux-5.10/drivers/clk/x86/ |
D | clk-cgu.c | 157 return divider_round_rate(hw, rate, prate, divider->table, in lgm_clk_divider_round_rate()
|
/kernel/linux/linux-5.10/drivers/phy/ti/ |
D | phy-j721e-wiz.c | 537 return divider_round_rate(hw, rate, prate, div->table, 2, 0x0); in wiz_clk_div_round_rate()
|
/kernel/linux/linux-5.10/include/linux/ |
D | clk-provider.h | 1126 static inline long divider_round_rate(struct clk_hw *hw, unsigned long rate, in divider_round_rate() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/pll/ |
D | dsi_pll_14nm.c | 705 return divider_round_rate(hw, rate, prate, NULL, in dsi_pll_14nm_postdiv_round_rate()
|
/kernel/linux/linux-5.10/drivers/clk/nxp/ |
D | clk-lpc32xx.c | 974 return divider_round_rate(hw, rate, prate, divider->table, in clk_divider_round_rate()
|