Lines Matching refs:prate
120 unsigned long prate)
128 if (prate != AC100_RTC_32K_RATE) {
131 prate = divider_recalc_rate(hw, prate, div,
138 return divider_recalc_rate(hw, prate, div, NULL,
144 unsigned long prate)
149 if (prate == AC100_RTC_32K_RATE)
150 return divider_round_rate(hw, rate, &prate, NULL,
155 tmp_prate = DIV_ROUND_UP(prate, ac100_clkout_prediv[i].val);
178 unsigned long tmp, prate;
200 prate = clk_hw_get_rate(parent);
202 tmp = ac100_clkout_round_rate(hw, req->rate, prate);
223 unsigned long prate)
230 prate, NULL, AC100_CLKOUT_DIV_WIDTH,
234 } while (prate != AC100_RTC_32K_RATE &&