Lines Matching defs:tempbx
60 static BOOLEAN XGINew_Sense(USHORT tempbx, USHORT tempcx,
110 BOOLEAN XGINew_Sense(USHORT tempbx, USHORT tempcx, PVB_DEVICE_INFO pVBInfo)
116 XGI_SetReg((XGIIOADDRESS)pVBInfo->Part4Port, 0x11, (tempbx & 0x0FF));
119 ((tempbx & 0xFF00) >> 8) | (tempcx & 0x00FF));
139 USHORT tempax = 0 , tempbx , tempcx , temp ,
189 tempbx = *pVBInfo->pRGBSenseData ;
193 tempbx = *pVBInfo->pRGBSenseData2 ;
197 if (XGINew_Sense(tempbx, tempcx, pVBInfo)) {
198 if (XGINew_Sense(tempbx, tempcx, pVBInfo)) {
220 tempbx = *pVBInfo->pYCSenseData ;
224 tempbx=*pVBInfo->pYCSenseData2;
228 if (XGINew_Sense(tempbx, tempcx, pVBInfo)) {
229 if (XGINew_Sense(tempbx, tempcx, pVBInfo)) {
236 tempbx = *pVBInfo->pVideoSenseData ;
240 tempbx = *pVBInfo->pVideoSenseData2 ;
244 if (XGINew_Sense(tempbx, tempcx, pVBInfo)) {
245 if (XGINew_Sense(tempbx, tempcx, pVBInfo)) {
254 tempbx = *pVBInfo->pVideoSenseData ;
258 tempbx=*pVBInfo->pVideoSenseData2;
262 if (XGINew_Sense(tempbx, tempcx, pVBInfo)) {
263 if (XGINew_Sense(tempbx, tempcx, pVBInfo)) {
277 tempbx = 0 ;
279 XGINew_Sense(tempbx, tempcx, pVBInfo);
381 USHORT tempbx , tempcx , temp , i , tempch;
386 tempbx = *pVBInfo->pYCSenseData2 ;
390 temp = tempbx & 0xFF ;
392 temp = ( tempbx & 0xFF00 ) >> 8 ;
407 tempbx = *pVBInfo->pVideoSenseData2 ;
410 temp = tempbx & 0xFF ;
412 temp = ( tempbx & 0xFF00 ) >> 8 ;
428 tempbx = 0x3FF ;
430 temp = tempbx & 0xFF ;
432 temp = ( tempbx & 0xFF00 ) >> 8 ;