Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/xgifb/
Dvb_setmode.c176 unsigned short tempax, tempbx, resinfo, modeflag, infoflag; in XGI_AjustCRT2Rate() local
181 tempax = 0; in XGI_AjustCRT2Rate()
184 tempax |= SupportRAMDAC2; in XGI_AjustCRT2Rate()
187 tempax |= SupportCRT2in301C; in XGI_AjustCRT2Rate()
192 tempax |= SupportLCD; in XGI_AjustCRT2Rate()
202 tempax |= SupportHiVision; in XGI_AjustCRT2Rate()
211 tempax |= SupportTV; in XGI_AjustCRT2Rate()
215 tempax |= SupportTV1024; in XGI_AjustCRT2Rate()
227 if (infoflag & tempax) in XGI_AjustCRT2Rate()
241 if (infoflag & tempax) in XGI_AjustCRT2Rate()
[all …]
/Linux-v4.19/drivers/video/fbdev/sis/
Dinit301.c389 static unsigned short SiS_WriteDDC2Data(struct SiS_Private *SiS_Pr, unsigned short tempax);
1263 unsigned short tempax, tempbx, temp; in SiS_GetVBInfo() local
1282 tempax = SiS_GetReg(SiS_Pr->SiS_P3d4,0x31) << 8; in SiS_GetVBInfo()
1283 tempax &= (DriverMode | LoadDACFlag | SetNotSimuMode | SetPALTV); in SiS_GetVBInfo()
1284 tempbx |= tempax; in SiS_GetVBInfo()
1374 tempax = DisableCRT2Display; in SiS_GetVBInfo()
1419 if(tempax & DisableCRT2Display) { in SiS_GetVBInfo()
3338 unsigned short tempax=0, tempbx=0, index, dotclock; in SiS_GetRAMDAC2DATA() local
3349 tempax = SiS_Pr->SiS_StandTable[index].CRTC[0]; in SiS_GetRAMDAC2DATA()
3360 tempax = SiS_Pr->SiS_CRT1Table[index].CR[0]; in SiS_GetRAMDAC2DATA()
[all …]
Dinit.c3389 unsigned short modeflag, tempax, tempbx = 0, remaining = 0; in SiS_CalcLCDACRT1Timing() local
3419 tempax = SiS_Pr->SiS_VGAHDE; /* not /2 ! */ in SiS_CalcLCDACRT1Timing()
3421 tempax = SiS_Pr->PanelXRes; in SiS_CalcLCDACRT1Timing()
3423 tempbx += tempax; in SiS_CalcLCDACRT1Timing()
3439 tempax = (SiS_Pr->PanelXRes - SiS_Pr->SiS_VGAHDE) >> 1; in SiS_CalcLCDACRT1Timing()
3442 tempax >>= 1; in SiS_CalcLCDACRT1Timing()
3445 SiS_Pr->CHSyncStart = (VGAHDE + tempax + tempbx + 7) & ~7; in SiS_CalcLCDACRT1Timing()
3446 tempax = SiS_Pr->PanelHRE + 7; in SiS_CalcLCDACRT1Timing()
3447 if(modeflag & HalfDCLK) tempax >>= 1; in SiS_CalcLCDACRT1Timing()
3448 SiS_Pr->CHSyncEnd = (SiS_Pr->CHSyncStart + tempax) & ~7; in SiS_CalcLCDACRT1Timing()
[all …]
Dinit301.h91 unsigned short SiS_GetCH700x(struct SiS_Private *SiS_Pr, unsigned short tempax);
93 unsigned short SiS_GetCH701x(struct SiS_Private *SiS_Pr, unsigned short tempax);
Dsis.h386 extern unsigned short SiS_GetCH700x(struct SiS_Private *SiS_Pr, unsigned short tempax);