Searched refs:__bestmult (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/clk/ |
| H A D | clk-multiplier.c | 65 static unsigned long __bestmult(struct clk_hw *hw, unsigned long rate, in __bestmult() function 119 unsigned long factor = __bestmult(hw, req->rate, &req->best_parent_rate, in clk_multiplier_determine_rate()
|
| /linux/drivers/clk/stm32/ |
| H A D | clk-stm32mp1.c | 954 static unsigned long __bestmult(struct clk_hw *hw, unsigned long rate, in __bestmult() function 976 unsigned long factor = __bestmult(hw, req->rate, in timer_ker_determine_rate() 989 unsigned long factor = __bestmult(hw, rate, parent_rate); in timer_ker_set_rate()
|