Searched refs:GeodeROP (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_accel.c176 static unsigned int GeodeROP = 0; variable in typeref:typename:unsigned int
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
[all...]
H A Dnsc_gx1_accel.c180 static unsigned int GeodeROP = 0; variable in typeref:typename:unsigned int
1493 GeodeROP = XAAGetPatternROP(rop);
1498 WRITE_REG16(GP_RASTER_MODE, GeodeROP);
1500 if ((GeodeROP & 0x55) ^ ((GeodeROP >> 1) & 0x55)) {

Completed in 7 milliseconds