Searched refs:tempax (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/xgifb/
H A Dvb_setmode.c1157 unsigned short tempax, tempbx, resinfo, modeflag, infoflag; local
1170 tempax = 0 ;
1176 tempax |= SupportRAMDAC2 ;
1179 tempax |= SupportCRT2in301C ;
1184 tempax |= SupportLCD ;
1194 tempax = 0 ;
1206 tempax |= SupportYPbPr ;
1221 tempax |= SupportHiVisionTV ;
1242 tempax |= SupportTV ;
1246 tempax |
1948 unsigned short resindex, tempax, tempbx, tempcx, temp, modeflag; local
2930 unsigned short tempbx , tempax , tempcx , tempdx , push1 , push2 , modeflag ; local
3237 tempax ; local
3426 unsigned short tempax , local
3804 tempax , local
4630 unsigned short tempax = 0, local
5273 tempax = 0 , local
5452 tempax , local
5899 tempax , local
6418 tempax , local
6670 unsigned short tempax , local
6855 unsigned short tempax , local
8534 unsigned short tempax ; local
8966 unsigned short tempax , local
9922 unsigned short tempax , local
10211 unsigned long tempax , local
[all...]
H A Dvb_ext.c364 unsigned short tempax = 0 , tempbx , tempcx , temp , local
371 tempax = XGINew_GetReg1( pVBInfo->P3c4 , 0x1A ) ; /* ynlai 02/27/2002 */
373 tempax = ( ( tempax & 0xFE ) >> 1 ) | ( tempbx << 8 ) ;
374 if ( tempax == 0x00 )
401 tempax = XGINew_GetReg1( pVBInfo->P3c4 , 0x38 ) ;
402 temp = tempax & 0x01 ;
403 tempax = XGINew_GetReg1( pVBInfo->P3c4 , 0x3A ) ;
404 temp = temp | ( tempax & 0x02 ) ;
437 tempax
657 unsigned short tempax , tempbx, temp; local
[all...]
H A DXGI_main.h908 unsigned short tempax,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dinit301.c945 unsigned short tempax, tempbx, temp; local
964 tempax = SiS_GetReg(SiS_Pr->SiS_P3d4,0x31) << 8;
965 tempax &= (DriverMode | LoadDACFlag | SetNotSimuMode | SetPALTV);
966 tempbx |= tempax;
1056 tempax = DisableCRT2Display;
1101 if(tempax & DisableCRT2Display) {
3059 unsigned short tempax=0, tempbx=0, index, dotclock; local
3070 tempax = SiS_Pr->SiS_StandTable[index].CRTC[0];
3081 tempax = SiS_Pr->SiS_CRT1Table[index].CR[0];
3082 tempax |
3251 unsigned short tempax, tempbx, modeflag, romptr=0; local
5267 unsigned int tempax,tempbx; local
5431 unsigned short push2, tempax, tempbx, tempcx, temp; local
5989 unsigned short temp=0, tempax=0, tempbx=0, tempcx=0, bridgeadd=0; local
6642 unsigned short i, j, tempax, tempbx, tempcx, tempch, tempcl, temp; local
7463 unsigned short tempax, tempcx, tempbx, modeflag, temp, resinfo; local
9425 SiS_WriteDDC2Data(struct SiS_Private *SiS_Pr, unsigned short tempax) argument
10511 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp; local
[all...]
H A Dinit.c3855 unsigned short modeflag, tempax, tempbx = 0, remaining = 0; local
3885 tempax = SiS_Pr->SiS_VGAHDE; /* not /2 ! */
3887 tempax = SiS_Pr->PanelXRes;
3889 tempbx += tempax;
3905 tempax = (SiS_Pr->PanelXRes - SiS_Pr->SiS_VGAHDE) >> 1;
3908 tempax >>= 1;
3911 SiS_Pr->CHSyncStart = (VGAHDE + tempax + tempbx + 7) & ~7;
3912 tempax = SiS_Pr->PanelHRE + 7;
3913 if(modeflag & HalfDCLK) tempax >>= 1;
3914 SiS_Pr->CHSyncEnd = (SiS_Pr->CHSyncStart + tempax)
[all...]
H A Dinit301.h374 unsigned short SiS_GetCH700x(struct SiS_Private *SiS_Pr, unsigned short tempax);
376 unsigned short SiS_GetCH701x(struct SiS_Private *SiS_Pr, unsigned short tempax);
379 unsigned short SiS_GetCH70xx(struct SiS_Private *SiS_Pr, unsigned short tempax);
424 static unsigned short SiS_WriteDDC2Data(struct SiS_Private *SiS_Pr, unsigned short tempax);
H A Dinit.h1542 extern unsigned short SiS_GetCH700x(struct SiS_Private *SiS_Pr, unsigned short tempax);

Completed in 204 milliseconds