FB_CVT_CELLSIZE   120 drivers/video/fbdev/core/fbcvt.c 	hblank &= ~((2 * FB_CVT_CELLSIZE) - 1);
FB_CVT_CELLSIZE   132 drivers/video/fbdev/core/fbcvt.c 		hsync = (FB_CVT_CELLSIZE * cvt->htotal)/100;
FB_CVT_CELLSIZE   134 drivers/video/fbdev/core/fbcvt.c 	hsync &= ~(FB_CVT_CELLSIZE - 1);
FB_CVT_CELLSIZE   338 drivers/video/fbdev/core/fbcvt.c 	cvt.xres &= ~(FB_CVT_CELLSIZE - 1);
FB_CVT_CELLSIZE   355 drivers/video/fbdev/core/fbcvt.c 		cvt.h_margin &= ~(FB_CVT_CELLSIZE - 1);