n_estimated 303 drivers/video/fbdev/tdfxfb.c int n_estimated = ((freq * (m + 2) << k) / fref) - 2; n_estimated 306 drivers/video/fbdev/tdfxfb.c for (n = max(0, n_estimated); n_estimated 307 drivers/video/fbdev/tdfxfb.c n <= min(255, n_estimated + 1);