Lines Matching defs:tempax
139 USHORT tempax = 0 , tempbx , tempcx , temp ,
147 tempax = XGI_GetReg((XGIIOADDRESS) pVBInfo->P3c4 , 0x38 ) ;
148 temp = tempax & 0x01 ;
149 tempax = XGI_GetReg((XGIIOADDRESS) pVBInfo->P3c4 , 0x3A ) ;
150 temp = temp | ( tempax & 0x02 ) ;
188 tempax = 0 ;
199 tempax |= Monitor2Sense;
210 tempax |= HiTVSense ;
213 tempax ^= ( HiTVSense | YPbPrSense ) ;
217 if ( !( tempax & ( HiTVSense | YPbPrSense ) ) ) /* start */
230 tempax |= SVIDEOSense ;
246 tempax |= AVIDEOSense;
252 if ( !( tempax & SVIDEOSense ) )
264 tempax |= AVIDEOSense;
271 if ( !( tempax & Monitor2Sense ) )
274 tempax |= LCDSense;
281 XGI_SetRegANDOR((XGIIOADDRESS) pVBInfo->P3d4 , 0x32 , ~0xDF , tempax ) ;
384 USHORT tempax ;