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

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvgatypes.h305 UCHAR ucI2cCRT; member in struct:_XGI_HW_DEVICE_INFO
H A Dvb_i2c.c1408 pHWDE->ucI2cCRT = (pHWDE->ucI2cCRT & MASK(1:1)) | SETBITS(data, 0:0);
1411 temp = (temp & (~MASK(1:0))) | pHWDE->ucI2cCRT;
1443 pHWDE->ucI2cCRT = (pHWDE->ucI2cCRT & MASK(0:0)) | SETBITS(data, 1:1);
1445 temp = (temp & (~MASK(1:0))) | pHWDE->ucI2cCRT;

Completed in 4 milliseconds