Searched refs:tempch (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_ext.c381 USHORT tempbx , tempcx , temp , i , tempch; local in function:XGINew_SenseHiTV
399 tempch = ( tempcx & 0xFF00 ) >> 8;
402 temp &= tempch ;
404 if ( temp != tempch )
419 tempch = ( tempcx & 0xFF00 ) >> 8;
422 temp &= tempch ;
424 if ( temp != tempch )
439 tempch = ( tempcx & 0xFF00 ) >> 8;
442 temp &= tempch ;
444 if ( temp != tempch )
[all...]
H A Dvb_setmode.c214 void XGI_GetTVPtrIndex2(USHORT * tempbx, UCHAR * tempcl, UCHAR * tempch,
3566 USHORT tempcl, tempch, temp, tempbl, tempax; local in function:XGI_UpdateModeInfo
3572 tempch = 0;
3611 tempch |= ActiveAVideo;
3614 tempch |= ActiveSVideo;
3617 tempch |= ActiveSCART;
3621 tempch |= ActiveHiTV;
3629 tempch |= ActiveYPbPr;
3632 if (tempch != 0)
3649 XGI_SetReg((XGIIOADDRESS) pVBInfo->P3d4, 0x3e, tempch);
6290 tempcx, temp, tempah, tempbh, tempch, resinfo, modeflag, CRT1Index; local in function:XGI_SetLCDRegs
9337 UCHAR tempcl, tempch; local in function:XGI_SetPhaseIncr
9366 UCHAR tempcl, tempch, tempal; local in function:XGI_SetYFilter
9470 XGI_GetTVPtrIndex2(USHORT * tempbx,UCHAR * tempcl,UCHAR * tempch,PVB_DEVICE_INFO pVBInfo) argument
[all...]
H A Dvb_init.c3565 USHORT temp , tempcl = 0 , tempch = 0 , CR31Data , CR38Data; local in function:XGINew_SetModeScratch
3584 tempch = SetToLCDA | EnableDualEdge ;
3603 tempch |= SetYPbPr ;
3626 tempch |= SetYPbPr ;
3648 CR38Data |= tempch ;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_vga.c53 static int SIS6326DoSense(ScrnInfoPtr pScrn, int tempbh, int tempbl, int tempch, int tempcl);
944 SIS6326DoSense(ScrnInfoPtr pScrn, int tempbh, int tempbl, int tempch, int tempcl) argument
959 if(!(tempch & temp)) tempcl = 0;
H A Dinit301.c6714 unsigned short i, j, tempax, tempbx, tempcx, tempch, tempcl, temp; local in function:SiS_SetGroup2
6971 tempch = tempcl = 1;
6977 tempch = 20;
6980 tempch = 25;
6982 tempch = 25; /* OK */
6990 longtemp = ((SiS_Pr->SiS_VGAHDE * tempch) / tempcl) << 13;
8588 unsigned short temp,tempcl,tempch; local in function:SiS_ChrontelDoSomething2
8592 tempch = 0;
8607 if(tempch == 3) break;
8610 tempch
10671 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp; local in function:SiS_FinalizeLCD
[all...]

Completed in 22 milliseconds