Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/clk/qcom/
Dclk-regmap-divider.c29 return divider_ro_round_rate(hw, rate, prate, NULL, divider->width, in div_round_ro_rate()
/Linux-v6.6/drivers/clk/stm32/
Dclk-stm32-core.c370 return divider_ro_round_rate(hw, rate, prate, divider->table, in clk_stm32_divider_round_rate()
448 rate = divider_ro_round_rate(hw, req->rate, &req->best_parent_rate, in clk_stm32_composite_determine_rate()
/Linux-v6.6/drivers/clk/
Dclk-divider.c440 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()
Dclk-bm1880.c624 return divider_ro_round_rate(hw, rate, prate, div->table, in bm1880_clk_div_round_rate()
/Linux-v6.6/include/linux/
Dclk-provider.h1359 static inline long divider_ro_round_rate(struct clk_hw *hw, unsigned long rate, in divider_ro_round_rate() function