Lines Matching refs:frac_rate
363 unsigned long current_rate, frac_rate;
368 frac_rate = current_rate * post_div_m;
370 return frac_rate;
423 unsigned long frac_rate;
426 frac_rate = ti_fapll_synth_get_frac_rate(hw, *parent_rate);
427 synth_post_div_m = DIV_ROUND_UP(frac_rate, rate);
428 r = DIV_ROUND_UP(frac_rate, synth_post_div_m);
450 unsigned long frac_rate, post_rate = 0;
457 frac_rate = ti_fapll_synth_get_frac_rate(hw, parent_rate);
458 if (frac_rate < rate) {
462 post_div_m = DIV_ROUND_UP(frac_rate, rate);
464 post_rate = DIV_ROUND_UP(frac_rate, post_div_m);