Searched refs:tempcx (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_ext.c60 static BOOLEAN XGINew_Sense(USHORT tempbx, USHORT tempcx,
110 BOOLEAN XGINew_Sense(USHORT tempbx, USHORT tempcx, PVB_DEVICE_INFO pVBInfo) argument
119 ((tempbx & 0xFF00) >> 8) | (tempcx & 0x00FF));
125 temp = (temp ^ 0x0E) & ((tempcx & 0x7F00) >> 8);
139 USHORT tempax = 0 , tempbx , tempcx , temp , local in function:XGI_GetSenseStatus
196 tempcx = 0x0E08 ;
197 if (XGINew_Sense(tempbx, tempcx, pVBInfo)) {
198 if (XGINew_Sense(tempbx, tempcx, pVBInfo)) {
227 tempcx = 0x0604 ;
228 if (XGINew_Sense(tempbx, tempcx, pVBInf
381 USHORT tempbx , tempcx , temp , i , tempch; local in function:XGINew_SenseHiTV
[all...]
H A Dvb_setmode.c204 void XGI_SetLCDCap_A(USHORT tempcx, PVB_DEVICE_INFO pVBInfo);
205 void XGI_SetLCDCap_B(USHORT tempcx, PVB_DEVICE_INFO pVBInfo);
237 static const XGI301C_Tap4TimingStruct *XGI_GetTap4Ptr(USHORT tempcx, PVB_DEVICE_INFO pVBInfo);
2414 USHORT tempax, tempbx, tempcx, temp, modeflag; local in function:XGI_SetCRT1DE
2446 tempcx = 8;
2449 /* tempcx = 9 ; */
2451 tempax /= tempcx;
2454 tempcx = tempax;
2459 XGI_SetReg((XGIIOADDRESS) pVBInfo->P3d4, 0x01, (USHORT) (tempcx & 0xff));
2461 (USHORT) ((tempcx
3268 ULONG tempbx, tempax, tempcx, tempdx, push1, push2, modeflag; local in function:XGI_SetLVDSRegs
5211 USHORT tempcx = 0, CRT1Index = 0, resinfo = 0; local in function:XGI_PreSetGroup1
5249 tempcx = 0, pushbx = 0, CRT1Index = 0, modeflag, resinfo = 0; local in function:XGI_SetGroup1
5409 push2, tempax, tempbx = 0, tempcx, temp, resinfo, modeflag, CRT1Index; local in function:XGI_SetLockRegs
5798 tempbx, tempcx, temp, push1, push2, modeflag, resinfo, crt2crtc; local in function:XGI_SetGroup2
6290 tempcx, temp, tempah, tempbh, tempch, resinfo, modeflag, CRT1Index; local in function:XGI_SetLCDRegs
6517 XGI_GetTap4Ptr(USHORT tempcx,PVB_DEVICE_INFO pVBInfo) argument
6576 USHORT tempcx; local in function:XGI_SetTap4Regs
6694 USHORT tempax, tempcx, tempbx, modeflag, temp, temp2; local in function:XGI_SetGroup4
6954 USHORT i, tempdx, tempcx, tempbx, tempal, modeflag, table; local in function:XGI_GetLcdPtr
9136 USHORT tempcx; local in function:XGI_SetLCDCap
9181 XGI_SetLCDCap_A(USHORT tempcx,PVB_DEVICE_INFO pVBInfo) argument
9219 XGI_SetLCDCap_B(USHORT tempcx,PVB_DEVICE_INFO pVBInfo) argument
9749 USHORT tempax, tempbx, temp1, temp2, modeflag = 0, tempcx, CRT1Index; local in function:XGI_GetRAMDAC2DATA
[all...]
H A Dvb_init.c3506 USHORT tempbx=0 , temp , tempcx , CR3CData; local in function:XGINew_ChkSenseStatus
3531 tempcx = XGI_GetReg((XGIIOADDRESS) pVBInfo->P3d4 , 0x3d ) ;
3532 tempcx |= ( XGI_GetReg((XGIIOADDRESS) pVBInfo->P3d4 , 0x3e ) << 8 ) ;
3534 if ( tempbx & tempcx )
3539 tempcx = 0x1FF0 ;
3547 tempcx = 0x1FF0 ;
3553 tempbx &= tempcx ;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinit301.c3128 unsigned short temp1=0, modeflag=0, tempcx=0; local in function:SiS_GetRAMDAC2DATA
3153 tempcx = SiS_Pr->SiS_CRT1Table[index].CR[13] << 8;
3154 tempcx &= 0x0100;
3155 tempcx <<= 2;
3156 tempbx |= tempcx;
5513 unsigned short push2, tempax, tempbx, tempcx, temp; local in function:SiS_SetGroup1_LVDS
5630 tempcx = (SiS_Pr->SiS_HT - tempbx) >> 2;
5634 if(SiS_Pr->PanelHRS != 999) tempcx = SiS_Pr->PanelHRS;
5638 tempcx += tempax;
5639 if(tempcx >
6079 unsigned short temp=0, tempax=0, tempbx=0, tempcx=0, bridgeadd=0; local in function:SiS_SetGroup1
6488 unsigned short tempcx; local in function:SiS_Group2LCDSpecial
6714 unsigned short i, j, tempax, tempbx, tempcx, tempch, tempcl, temp; local in function:SiS_SetGroup2
7565 unsigned short tempax, tempcx, tempbx, modeflag, temp, resinfo; local in function:SiS_SetGroup4
[all...]

Completed in 17 milliseconds