Searched refs:divider_round_rate (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/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.4.14/drivers/clk/ |
| D | clk-divider.c | 337 long divider_round_rate(struct clk_hw *hw, unsigned long rate, in divider_round_rate() function 347 EXPORT_SYMBOL_GPL(divider_round_rate); 364 return divider_round_rate(hw, rate, prate, divider->table, in clk_divider_round_rate()
|
| /linux-4.4.14/drivers/clk/hisilicon/ |
| D | clkdivider-hi6220.c | 65 return divider_round_rate(hw, rate, prate, dclk->table, in hi6220_clkdiv_round_rate()
|
| /linux-4.4.14/drivers/clk/meson/ |
| D | clk-cpu.c | 69 return divider_round_rate(hw, rate, prate, clk_cpu->div_table, in meson_clk_cpu_round_rate()
|
| /linux-4.4.14/include/linux/ |
| D | clk-provider.h | 392 long divider_round_rate(struct clk_hw *hw, unsigned long rate,
|