Searched refs:clk_round_rate_index (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/drivers/clk/spear/ |
D | clk-gpt-synth.c | 51 return clk_round_rate_index(hw, drate, *prate, gpt_calc_rate, in clk_gpt_round_rate() 88 clk_round_rate_index(hw, drate, prate, gpt_calc_rate, gpt->rtbl_cnt, in clk_gpt_set_rate()
|
D | clk-frac-synth.c | 64 return clk_round_rate_index(hw, drate, *prate, frac_calc_rate, in clk_frac_round_rate() 103 clk_round_rate_index(hw, drate, prate, frac_calc_rate, frac->rtbl_cnt, in clk_frac_set_rate()
|
D | clk.c | 16 long clk_round_rate_index(struct clk_hw *hw, unsigned long drate, in clk_round_rate_index() function
|
D | clk-aux-synth.c | 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()
|
D | clk-vco-pll.c | 188 return clk_round_rate_index(hw, drate, *prate, vco_calc_rate, in clk_vco_round_rate() 238 clk_round_rate_index(hw, drate, prate, vco_calc_rate, vco->rtbl_cnt, in clk_vco_set_rate()
|
D | clk.h | 130 long clk_round_rate_index(struct clk_hw *hw, unsigned long drate,
|