pbitmapout        389 drivers/video/fbdev/aty/mach64_accel.c 		u8 *pbitmapin = (u8*)image->data, *pbitmapout;
pbitmapout        393 drivers/video/fbdev/aty/mach64_accel.c 			for (hostdword = 0, pbitmapout = (u8*)&hostdword, byte_id_in_dword = 0;
pbitmapout        395 drivers/video/fbdev/aty/mach64_accel.c 				byte_id_in_dword++, pbitmapout++) {
pbitmapout        397 drivers/video/fbdev/aty/mach64_accel.c 					*pbitmapout |= (((*pbitmapin >> inbit) & 1) << outbit);