Searched refs:t_mult (Results 1 – 1 of 1) sorted by relevance
698 u_int rr, t_mult, t_pll_ps; in cyber2000fb_decode_clock() local705 t_mult = (rr + pll_ps / 2) / pll_ps; in cyber2000fb_decode_clock()710 if (t_mult > 256 || t_mult < 2) in cyber2000fb_decode_clock()717 t_pll_ps = (rr + t_mult / 2) / t_mult; in cyber2000fb_decode_clock()724 best_mult = t_mult; in cyber2000fb_decode_clock()