pixcount_mod      216 drivers/video/fbdev/core/fbcvt.c 	u32 pixcount, pixcount_mod;
pixcount_mod      224 drivers/video/fbdev/core/fbcvt.c 	pixcount_mod = (cvt->xres * (cvt->yres/cvt->interlace)) % 1000000;
pixcount_mod      225 drivers/video/fbdev/core/fbcvt.c 	pixcount_mod /= 1000;
pixcount_mod      234 drivers/video/fbdev/core/fbcvt.c 			 "Pixel Image\n", pixcount, pixcount_mod);
pixcount_mod      242 drivers/video/fbdev/core/fbcvt.c 		read = snprintf(buf+offset, cnt, ".%03dM", pixcount_mod);