ROP_XOR           113 drivers/staging/sm750fb/sm750_cursor.c 				if (rop == ROP_XOR)
ROP_XOR          3198 drivers/video/fbdev/amifb.c 		case ROP_XOR:
ROP_XOR           166 drivers/video/fbdev/aty/mach64_cursor.c 			case ROP_XOR:
ROP_XOR           218 drivers/video/fbdev/bt431.h 				if (rop == ROP_XOR)
ROP_XOR           380 drivers/video/fbdev/core/bitblit.c 	cursor.rop = ROP_XOR;
ROP_XOR           313 drivers/video/fbdev/core/cfbfillrect.c 		case ROP_XOR:
ROP_XOR           343 drivers/video/fbdev/core/cfbfillrect.c 		case ROP_XOR:
ROP_XOR           384 drivers/video/fbdev/core/fbcon_ccw.c 	cursor.rop = ROP_XOR;
ROP_XOR           367 drivers/video/fbdev/core/fbcon_cw.c 	cursor.rop = ROP_XOR;
ROP_XOR           407 drivers/video/fbdev/core/fbcon_ud.c 	cursor.rop = ROP_XOR;
ROP_XOR            59 drivers/video/fbdev/core/softcursor.c 		case ROP_XOR:
ROP_XOR           276 drivers/video/fbdev/core/sysfillrect.c 		case ROP_XOR:
ROP_XOR           306 drivers/video/fbdev/core/sysfillrect.c 		case ROP_XOR:
ROP_XOR           483 drivers/video/fbdev/ffb.c 	BUG_ON(rect->rop != ROP_COPY && rect->rop != ROP_XOR);
ROP_XOR          1093 drivers/video/fbdev/fsl-diu-fb.c 		if (cursor->rop == ROP_XOR)
ROP_XOR           471 drivers/video/fbdev/hgafb.c 		case ROP_XOR:
ROP_XOR          1522 drivers/video/fbdev/i810/i810_main.c 		case ROP_XOR:
ROP_XOR          1201 drivers/video/fbdev/imsttfb.c 	if (cursor->dest == NULL && cursor->rop == ROP_XOR)
ROP_XOR          1222 drivers/video/fbdev/imsttfb.c                 case ROP_XOR:
ROP_XOR          1629 drivers/video/fbdev/intelfb/intelfbdrv.c 		case ROP_XOR:
ROP_XOR           282 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c 	case ROP_XOR:
ROP_XOR           573 drivers/video/fbdev/nvidia/nvidia.c 			case ROP_XOR:
ROP_XOR          1410 drivers/video/fbdev/riva/fbdev.c 	case ROP_XOR:
ROP_XOR          1622 drivers/video/fbdev/riva/fbdev.c 			case ROP_XOR:
ROP_XOR           929 drivers/video/fbdev/vga16fb.c 			case ROP_XOR:
ROP_XOR           686 drivers/video/fbdev/via/viafbdev.c 	if (rect->rop == ROP_XOR)
ROP_XOR           867 drivers/video/fbdev/via/viafbdev.c 		case ROP_XOR:
ROP_XOR            72 drivers/video/fbdev/wmt_ge_rops.c 	writel(rect->rop == ROP_XOR ? 0x5a : 0xf0, regbase + GE_ROPCODE_OFF);