Searched refs:frac_rate (Results 1 – 2 of 2) sorted by relevance
360 unsigned long current_rate, frac_rate; in ti_fapll_synth_get_frac_rate() local365 frac_rate = current_rate * post_div_m; in ti_fapll_synth_get_frac_rate()367 return frac_rate; in ti_fapll_synth_get_frac_rate()420 unsigned long frac_rate; in ti_fapll_synth_round_rate() local423 frac_rate = ti_fapll_synth_get_frac_rate(hw, *parent_rate); in ti_fapll_synth_round_rate()424 synth_post_div_m = DIV_ROUND_UP(frac_rate, rate); in ti_fapll_synth_round_rate()425 r = DIV_ROUND_UP(frac_rate, synth_post_div_m); in ti_fapll_synth_round_rate()447 unsigned long frac_rate, post_rate = 0; in ti_fapll_synth_set_rate() local454 frac_rate = ti_fapll_synth_get_frac_rate(hw, parent_rate); in ti_fapll_synth_set_rate()455 if (frac_rate < rate) { in ti_fapll_synth_set_rate()[all …]
52 u64 frac_rate = (u64)parent_rate * frac; in __pll_params_to_rate() local54 rate += DIV_ROUND_UP_ULL(frac_rate, in __pll_params_to_rate()