Searched refs:clk_round_rate_index (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/drivers/clk/spear/ |
D | clk-frac-synth.c | 61 return clk_round_rate_index(hw, drate, *prate, frac_calc_rate, in clk_frac_round_rate() 100 clk_round_rate_index(hw, drate, prate, frac_calc_rate, frac->rtbl_cnt, in clk_frac_set_rate()
|
D | clk-gpt-synth.c | 48 return clk_round_rate_index(hw, drate, *prate, gpt_calc_rate, in clk_gpt_round_rate() 85 clk_round_rate_index(hw, drate, prate, gpt_calc_rate, gpt->rtbl_cnt, in clk_gpt_set_rate()
|
D | clk.c | 13 long clk_round_rate_index(struct clk_hw *hw, unsigned long drate, in clk_round_rate_index() function
|
D | clk-aux-synth.c | 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()
|
D | clk-vco-pll.c | 185 return clk_round_rate_index(hw, drate, *prate, vco_calc_rate, in clk_vco_round_rate() 235 clk_round_rate_index(hw, drate, prate, vco_calc_rate, vco->rtbl_cnt, in clk_vco_set_rate()
|
D | clk.h | 127 long clk_round_rate_index(struct clk_hw *hw, unsigned long drate,
|