Searched refs:__bestmult (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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, rate, parent_rate, in clk_multiplier_round_rate()
|
H A 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()
|
/kernel/linux/linux-6.6/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, rate, parent_rate, in clk_multiplier_round_rate()
|
H A D | clk-stm32mp1.c | 950 static unsigned long __bestmult(struct clk_hw *hw, unsigned long rate, in __bestmult() function 972 unsigned long factor = __bestmult(hw, rate, *parent_rate); in timer_ker_round_rate() 982 unsigned long factor = __bestmult(hw, rate, parent_rate); in timer_ker_set_rate()
|
Completed in 8 milliseconds