Lines Matching refs:prate
44 static unsigned long frac_calc_rate(struct clk_hw *hw, unsigned long prate,
50 prate /= 10000;
51 prate <<= 14;
52 prate /= (2 * rtbl[index].div);
53 prate *= 10000;
55 return prate;
59 unsigned long *prate)
64 return clk_round_rate_index(hw, drate, *prate, frac_calc_rate,
96 unsigned long prate)
103 clk_round_rate_index(hw, drate, prate, frac_calc_rate, frac->rtbl_cnt,