Searched refs:divider_round_rate (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/clk/qcom/ |
D | clk-regmap-divider.c | 31 return divider_round_rate(hw, rate, prate, NULL, divider->width, in div_round_rate()
|
/linux-4.1.27/drivers/clk/ |
D | clk-divider.c | 332 long divider_round_rate(struct clk_hw *hw, unsigned long rate, in divider_round_rate() function 342 EXPORT_SYMBOL_GPL(divider_round_rate); 358 return divider_round_rate(hw, rate, prate, divider->table, in clk_divider_round_rate()
|
/linux-4.1.27/include/linux/ |
D | clk-provider.h | 368 long divider_round_rate(struct clk_hw *hw, unsigned long rate,
|