Home
last modified time | relevance | path

Searched refs:df_quotient (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/clk/
H A Dclk-sp7021.c244 u32 df_quotient, df_remainder; in plltv_fractional_div() local
264 df_quotient = df / m; in plltv_fractional_div()
267 if (freq > df_quotient) { in plltv_fractional_div()
268 df_quotient = freq - df_quotient - 1; in plltv_fractional_div()
271 df_quotient = df_quotient - freq; in plltv_fractional_div()
274 if (df_quotient_min > df_quotient || in plltv_fractional_div()
275 (df_quotient_min == df_quotient && in plltv_fractional_div()
286 df_quotient_min = df_quotient; in plltv_fractional_div()