Searched refs:aux_calc_rate (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/spear/ |
H A D | clk-aux-synth.c | 44 static unsigned long aux_calc_rate(struct clk_hw *hw, unsigned long prate, in aux_calc_rate() function 61 return clk_round_rate_index(hw, drate, *prate, aux_calc_rate, in clk_aux_round_rate() 107 clk_round_rate_index(hw, drate, prate, aux_calc_rate, aux->rtbl_cnt, in clk_aux_set_rate()
|
/kernel/linux/linux-6.6/drivers/clk/spear/ |
H A D | clk-aux-synth.c | 41 static unsigned long aux_calc_rate(struct clk_hw *hw, unsigned long prate, in aux_calc_rate() function 58 return clk_round_rate_index(hw, drate, *prate, aux_calc_rate, in clk_aux_round_rate() 104 clk_round_rate_index(hw, drate, prate, aux_calc_rate, aux->rtbl_cnt, in clk_aux_set_rate()
|
Completed in 2 milliseconds