Lines Matching refs:frac_rate
354 unsigned long current_rate, frac_rate;
359 frac_rate = current_rate * post_div_m;
361 return frac_rate;
414 unsigned long frac_rate;
417 frac_rate = ti_fapll_synth_get_frac_rate(hw, *parent_rate);
418 synth_post_div_m = DIV_ROUND_UP(frac_rate, rate);
419 r = DIV_ROUND_UP(frac_rate, synth_post_div_m);
441 unsigned long frac_rate, post_rate = 0;
448 frac_rate = ti_fapll_synth_get_frac_rate(hw, parent_rate);
449 if (frac_rate < rate) {
453 post_div_m = DIV_ROUND_UP(frac_rate, rate);
455 post_rate = DIV_ROUND_UP(frac_rate, post_div_m);