Lines Matching refs:rrate
1154 unsigned long rrate, max = rate + PLL_RATE_MARGIN;
1156 rrate = alpha_pll_round_rate(rate, prate, &l, &a, alpha_width);
1162 if (rrate > (rate + PLL_RATE_MARGIN) || rrate < rate) {
1164 clk_hw_get_name(hw), rrate, rate, max);
1179 unsigned long cal_freq, rrate;
1207 rrate = alpha_pll_round_rate(cal_freq, clk_hw_get_rate(parent_hw),
1213 if (rrate > (cal_freq + PLL_RATE_MARGIN) || rrate < cal_freq)
1486 unsigned long rrate;
1491 rrate = alpha_pll_round_rate(rate, prate, &l, &a, alpha_width);
1497 if (rrate > (rate + PLL_RATE_MARGIN) || rrate < rate) {