Lines Matching refs:GeodeROP
176 static unsigned int GeodeROP = 0;
1323 GeodeROP = XAAGetCopyROP_PM(rop);
1325 if ((GeodeROP & 0x55) ^ ((GeodeROP >> 1) & 0x55)) {
1331 GeodeROP |= MGP_RM_SRC_TRANS;
1337 WRITE_GP32(MGP_RASTER_MODE, gu2_bpp | GeodeROP);
1407 GeodeROP = XAAGetPatternROP(rop);
1410 GeodeROP = XAAGetPatternROP(rop);
1413 WRITE_GP32(MGP_RASTER_MODE, gu2_bpp | GeodeROP);
1416 if (!((GeodeROP & 0x33) ^ ((GeodeROP >> 2) & 0x33)))
1419 if ((GeodeROP & 0x55) ^ ((GeodeROP >> 1) & 0x55)) {
1487 GeodeROP = XAAGetCopyROP_PM(rop);
1492 if ((GeodeROP & 0x55) ^ ((GeodeROP >> 1) & 0x55)) {
1501 GeodeROP = MGP_RM_SRC_TRANS | 0xCC;
1504 WRITE_GP32(MGP_RASTER_MODE, gu2_bpp | GeodeROP);
1939 GeodeROP = XAAGetPatternROP(rop & 0x0F);
1941 GeodeROP = XAAGetPatternROP_PM(rop & 0x0F);
1944 GeodeROP |= MGP_RM_PAT_MONO | MGP_RM_PAT_TRANS;
1946 GeodeROP |= MGP_RM_PAT_MONO;
1948 if ((GeodeROP & 0x55) ^ ((GeodeROP >> 1) & 0x55)) {
1959 WRITE_GP32(MGP_RASTER_MODE, gu2_bpp | GeodeROP);