spitch            147 drivers/video/fbdev/core/cfbimgblt.c 	u32 spitch = (image->width+7)/8;
spitch            196 drivers/video/fbdev/core/cfbimgblt.c 		src += spitch;	
spitch            220 drivers/video/fbdev/core/cfbimgblt.c 	u32 ppw = 32/bpp, spitch = (image->width + 7)/8;
spitch            261 drivers/video/fbdev/core/cfbimgblt.c 		s += spitch;
spitch            119 drivers/video/fbdev/core/sysimgblt.c 	u32 spitch = (image->width+7)/8;
spitch            167 drivers/video/fbdev/core/sysimgblt.c 		src += spitch;
spitch            190 drivers/video/fbdev/core/sysimgblt.c 	u32 ppw = 32/bpp, spitch = (image->width + 7)/8;
spitch            236 drivers/video/fbdev/core/sysimgblt.c 		s += spitch;