Searched refs:t_mult (Results 1 – 1 of 1) sorted by relevance
699 u_int rr, t_mult, t_pll_ps; in cyber2000fb_decode_clock() local706 t_mult = (rr + pll_ps / 2) / pll_ps; in cyber2000fb_decode_clock()711 if (t_mult > 256 || t_mult < 2) in cyber2000fb_decode_clock()718 t_pll_ps = (rr + t_mult / 2) / t_mult; in cyber2000fb_decode_clock()725 best_mult = t_mult; in cyber2000fb_decode_clock()