Searched refs:__bestmult (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/clk/ |
D | clk-multiplier.c | 51 static unsigned long __bestmult(struct clk_hw *hw, unsigned long rate, in __bestmult() function 105 unsigned long factor = __bestmult(hw, rate, parent_rate, in clk_multiplier_round_rate()
|
D | clk-stm32mp1.c | 916 static unsigned long __bestmult(struct clk_hw *hw, unsigned long rate, in __bestmult() function 938 unsigned long factor = __bestmult(hw, rate, *parent_rate); in timer_ker_round_rate() 948 unsigned long factor = __bestmult(hw, rate, parent_rate); in timer_ker_set_rate()
|