Home
last modified time | relevance | path

Searched refs:divider_ro_round_rate (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/clk/qcom/
Dclk-regmap-divider.c29 return divider_ro_round_rate(hw, rate, prate, NULL, divider->width, in div_round_ro_rate()
/Linux-v5.4/drivers/clk/meson/
Dclk-regmap.c96 return divider_ro_round_rate(hw, rate, prate, div->table, in clk_regmap_div_round_rate()
/Linux-v5.4/drivers/clk/
Dclk-divider.c392 return divider_ro_round_rate(hw, rate, prate, divider->table, in clk_divider_round_rate()
Dclk-milbeaut.c401 return divider_ro_round_rate(hw, rate, prate, divider->table, in m10v_clk_divider_round_rate()
/Linux-v5.4/include/linux/
Dclk-provider.h861 static inline long divider_ro_round_rate(struct clk_hw *hw, unsigned long rate, in divider_ro_round_rate() function