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

/drivers/staging/xgifb/
H A Dvb_setmode.c345 unsigned short tempax, tempbx, resinfo, modeflag, infoflag; local
355 tempax = 0;
359 tempax |= SupportRAMDAC2;
362 tempax |= SupportCRT2in301C;
367 tempax |= SupportLCD;
374 tempax = 0;
385 tempax |= SupportYPbPr750p;
397 tempax |= SupportHiVision;
418 tempax |= SupportTV;
423 tempax |
1083 unsigned short resindex, tempax, tempbx, tempcx, temp, modeflag; local
2531 unsigned short tempbx, tempax, tempcx, tempdx, push1, push2, modeflag; local
2950 unsigned short tempcl, tempch, temp, tempbl, tempax; local
3080 unsigned short tempax, push, tempbx, temp, modeflag; local
3377 unsigned short temp, tempax, tempbx, modeflag, resinfo = 0, LCDIdIndex; local
3870 unsigned short tempax, tempbx, temp1, temp2, modeflag = 0, tempcx, local
3926 unsigned short tempax = 0, tempbx, modeflag, resinfo; local
4254 unsigned short temp = 0, tempax = 0, tempbx = 0, tempcx = 0, local
4407 unsigned long tempax, tempbx; local
4422 unsigned short push1, push2, tempax, tempbx = 0, tempcx, temp, resinfo, local
4793 unsigned short i, j, tempax, tempbx, tempcx, temp, push1, push2, local
5243 unsigned short push1, push2, pushbx, tempax, tempbx, tempcx, temp, local
5466 unsigned short tempax, tempbx, i; local
5604 unsigned short tempax, tempcx, tempbx, modeflag, temp, temp2; local
6079 unsigned short tempax; local
[all...]
/drivers/video/sis/
H A Dinit301.c937 unsigned short tempax, tempbx, temp; local
956 tempax = SiS_GetReg(SiS_Pr->SiS_P3d4,0x31) << 8;
957 tempax &= (DriverMode | LoadDACFlag | SetNotSimuMode | SetPALTV);
958 tempbx |= tempax;
1048 tempax = DisableCRT2Display;
1093 if(tempax & DisableCRT2Display) {
3014 unsigned short tempax=0, tempbx=0, index, dotclock; local
3025 tempax = SiS_Pr->SiS_StandTable[index].CRTC[0];
3036 tempax = SiS_Pr->SiS_CRT1Table[index].CR[0];
3037 tempax |
3206 unsigned short tempax, tempbx, modeflag, romptr=0; local
5210 unsigned int tempax,tempbx; local
5353 unsigned short push2, tempax, tempbx, tempcx, temp; local
5911 unsigned short temp=0, tempax=0, tempbx=0, tempcx=0, bridgeadd=0; local
6586 unsigned short i, j, tempax, tempbx, tempcx, tempch, tempcl, temp; local
7407 unsigned short tempax, tempcx, tempbx, modeflag, temp, resinfo; local
9356 SiS_WriteDDC2Data(struct SiS_Private *SiS_Pr, unsigned short tempax) argument
10444 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp; local
[all...]
H A Dinit.c3388 unsigned short modeflag, tempax, tempbx = 0, remaining = 0; local
3418 tempax = SiS_Pr->SiS_VGAHDE; /* not /2 ! */
3420 tempax = SiS_Pr->PanelXRes;
3422 tempbx += tempax;
3438 tempax = (SiS_Pr->PanelXRes - SiS_Pr->SiS_VGAHDE) >> 1;
3441 tempax >>= 1;
3444 SiS_Pr->CHSyncStart = (VGAHDE + tempax + tempbx + 7) & ~7;
3445 tempax = SiS_Pr->PanelHRE + 7;
3446 if(modeflag & HalfDCLK) tempax >>= 1;
3447 SiS_Pr->CHSyncEnd = (SiS_Pr->CHSyncStart + tempax)
[all...]
H A Dinit301.h372 unsigned short SiS_GetCH700x(struct SiS_Private *SiS_Pr, unsigned short tempax);
374 unsigned short SiS_GetCH701x(struct SiS_Private *SiS_Pr, unsigned short tempax);
409 static unsigned short SiS_WriteDDC2Data(struct SiS_Private *SiS_Pr, unsigned short tempax);
H A Dinit.h1568 extern unsigned short SiS_GetCH700x(struct SiS_Private *SiS_Pr, unsigned short tempax);

Completed in 118 milliseconds