Searched refs:df_quotient (Results 1 – 1 of 1) sorted by relevance
238 u32 df_quotient, df_remainder; in plltv_fractional_div() local258 df_quotient = df / m; in plltv_fractional_div()261 if (freq > df_quotient) { in plltv_fractional_div()262 df_quotient = freq - df_quotient - 1; in plltv_fractional_div()265 df_quotient = df_quotient - freq; in plltv_fractional_div()268 if (df_quotient_min > df_quotient || in plltv_fractional_div()269 (df_quotient_min == df_quotient && in plltv_fractional_div()280 df_quotient_min = df_quotient; in plltv_fractional_div()