Home
last modified time | relevance | path

Searched refs:clk_round_rate_index (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/drivers/clk/spear/
Dclk-frac-synth.c61 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()
Dclk-gpt-synth.c48 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()
Dclk.c13 long clk_round_rate_index(struct clk_hw *hw, unsigned long drate, in clk_round_rate_index() function
Dclk-aux-synth.c58 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()
Dclk-vco-pll.c185 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()
Dclk.h127 long clk_round_rate_index(struct clk_hw *hw, unsigned long drate,