Lines Matching defs:rrate
1300 unsigned long rrate, unsigned long rate)
1304 if (rrate > rate_margin || rrate < rate) {
1306 clk_hw_get_name(hw), rrate, rate, rate_margin);
1318 unsigned long rrate;
1322 rrate = alpha_pll_round_rate(rate, prate, &l, &a, alpha_width);
1324 ret = alpha_pll_check_rate_margin(hw, rrate, rate);
1339 unsigned long cal_freq, rrate;
1367 rrate = alpha_pll_round_rate(cal_freq, clk_hw_get_rate(parent_hw),
1370 ret = alpha_pll_check_rate_margin(hw, rrate, cal_freq);
1631 unsigned long rrate;
1636 rrate = alpha_pll_round_rate(rate, prate, &l, &a, alpha_width);
1638 ret = alpha_pll_check_rate_margin(hw, rrate, rate);
1733 unsigned long rrate;
1736 rrate = alpha_pll_round_rate(rate, prate, &l, &a, alpha_width);
1737 ret = alpha_pll_check_rate_margin(hw, rrate, rate);
2051 unsigned long rrate;
2057 rrate = alpha_pll_round_rate(rate, prate, &l, &a, alpha_width);
2059 ret = alpha_pll_check_rate_margin(hw, rrate, rate);