Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/qcom/
Dclk-regmap-divider.c37 return divider_ro_round_rate(hw, rate, prate, NULL, divider->width, in div_round_ro_rate()
/Linux-v4.19/drivers/clk/meson/
Dclk-regmap.c90 return divider_ro_round_rate(hw, rate, prate, div->table, in clk_regmap_div_round_rate()
/Linux-v4.19/drivers/clk/
Dclk-divider.c379 return divider_ro_round_rate(hw, rate, prate, divider->table, in clk_divider_round_rate()
/Linux-v4.19/include/linux/
Dclk-provider.h817 static inline long divider_ro_round_rate(struct clk_hw *hw, unsigned long rate, in divider_ro_round_rate() function