ppw               220 drivers/video/fbdev/core/cfbimgblt.c 	u32 ppw = 32/bpp, spitch = (image->width + 7)/8;
ppw               240 drivers/video/fbdev/core/cfbimgblt.c 	for (i = ppw-1; i--; ) {
ppw               247 drivers/video/fbdev/core/cfbimgblt.c 	bit_mask = (1 << ppw) - 1;
ppw               249 drivers/video/fbdev/core/cfbimgblt.c 	k = image->width/ppw;
ppw               255 drivers/video/fbdev/core/cfbimgblt.c 			shift -= ppw;
ppw               190 drivers/video/fbdev/core/sysimgblt.c 	u32 ppw = 32/bpp, spitch = (image->width + 7)/8;
ppw               210 drivers/video/fbdev/core/sysimgblt.c 	for (i = ppw-1; i--; ) {
ppw               217 drivers/video/fbdev/core/sysimgblt.c 	bit_mask = (1 << ppw) - 1;
ppw               219 drivers/video/fbdev/core/sysimgblt.c 	k = image->width/ppw;
ppw               227 drivers/video/fbdev/core/sysimgblt.c 			shift -= ppw;