Searched refs:clk_pll_get_best_div_mul (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/at91/ |
H A D | clk-pll.c | 123 static long clk_pll_get_best_div_mul(struct clk_pll *pll, unsigned long rate, in clk_pll_get_best_div_mul() function 238 return clk_pll_get_best_div_mul(pll, rate, *parent_rate, in clk_pll_round_rate() 251 ret = clk_pll_get_best_div_mul(pll, rate, parent_rate, in clk_pll_set_rate()
|
/kernel/linux/linux-6.6/drivers/clk/at91/ |
H A D | clk-pll.c | 124 static long clk_pll_get_best_div_mul(struct clk_pll *pll, unsigned long rate, in clk_pll_get_best_div_mul() function 239 return clk_pll_get_best_div_mul(pll, rate, *parent_rate, in clk_pll_round_rate() 252 ret = clk_pll_get_best_div_mul(pll, rate, parent_rate, in clk_pll_set_rate()
|
Completed in 2 milliseconds