t_mult            699 drivers/video/fbdev/cyber2000fb.c 		u_int rr, t_mult, t_pll_ps;
t_mult            706 drivers/video/fbdev/cyber2000fb.c 		t_mult = (rr + pll_ps / 2) / pll_ps;
t_mult            711 drivers/video/fbdev/cyber2000fb.c 		if (t_mult > 256 || t_mult < 2)
t_mult            718 drivers/video/fbdev/cyber2000fb.c 		t_pll_ps = (rr + t_mult / 2) / t_mult;
t_mult            725 drivers/video/fbdev/cyber2000fb.c 			best_mult = t_mult;