Searched defs:tempax (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/xgifb/
H A Dvb_setmode.c175 unsigned short tempax, tempbx, resinfo, modeflag, infoflag; local
180 tempax = 0;
183 tempax |= SupportRAMDAC2;
186 tempax |= SupportCRT2in301C;
191 tempax |= SupportLCD;
201 tempax |= SupportHiVision;
210 tempax |= SupportTV;
214 tempax |= SupportTV1024;
227 if (infoflag & tempax)
242 if (infoflag & tempax)
685 unsigned short resindex, tempax, tempbx, tempcx, temp, modeflag; local
1405 unsigned short tempbx, tempax, tempcx, tempdx, push1, push2, modeflag; local
1770 unsigned short tempcl, tempch, temp, tempbl, tempax; local
1897 unsigned short tempax, push, tempbx, temp, modeflag; local
2089 unsigned short temp, tempax, tempbx, resinfo = 0, LCDIdIndex; local
2482 unsigned short tempax, tempbx, temp1, temp2, modeflag = 0, tempcx, local
2524 unsigned short tempax = 0, tempbx = 0, modeflag, resinfo; local
2810 unsigned short temp = 0, tempax = 0, tempbx = 0, tempcx = 0, local
2950 unsigned long tempax, tempbx; local
2963 unsigned short push1, push2, tempax, tempbx = 0, tempcx, temp, resinfo, local
3253 unsigned short i, j, tempax, tempbx, tempcx, temp, push1, push2, local
3682 unsigned short pushbx, tempax, tempbx, tempcx, temp, tempah, local
3885 unsigned short tempax, tempbx, i; local
4014 unsigned short tempax, tempcx, tempbx, modeflag, temp, temp2; local
4435 unsigned short tempax; local
[all...]
/drivers/video/fbdev/sis/
H A Dinit.c3389 unsigned short modeflag, tempax, tempbx = 0, remaining = 0; local
3419 tempax = SiS_Pr->SiS_VGAHDE; /* not /2 ! */
3421 tempax = SiS_Pr->PanelXRes;
3423 tempbx += tempax;
3439 tempax = (SiS_Pr->PanelXRes - SiS_Pr->SiS_VGAHDE) >> 1;
3442 tempax >>= 1;
3445 SiS_Pr->CHSyncStart = (VGAHDE + tempax + tempbx + 7) & ~7;
3446 tempax = SiS_Pr->PanelHRE + 7;
3447 if(modeflag & HalfDCLK) tempax >>= 1;
3448 SiS_Pr->CHSyncEnd = (SiS_Pr->CHSyncStart + tempax)
[all...]
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...]

Completed in 625 milliseconds