Searched refs:tempal (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/xgifb/ |
D | vb_setmode.c | 1236 unsigned short i, tempdx, tempal, modeflag; in XGI_GetTVPtr() local 1239 tempal = XGI330_RefIndex[RefreshRateTableIndex].Ext_CRT2CRTC; in XGI_GetTVPtr() 1240 tempal = tempal & 0x3f; in XGI_GetTVPtr() 1258 return &XGI_TVDataTable[i].DATAPTR[tempal]; in XGI_GetTVPtr() 1325 unsigned char tempal, tempah, tempbl, i; in XGI_GetLCDCapPtr() local 1328 tempal = tempah & 0x0F; in XGI_GetLCDCapPtr() 1335 tempal = tempah; in XGI_GetLCDCapPtr() 1339 if (tempal == tempbl) in XGI_GetLCDCapPtr() 1352 unsigned short tempah, tempal, tempbl, i; in XGI_GetLCDCapPtr1() local 1354 tempal = pVBInfo->LCDResInfo; in XGI_GetLCDCapPtr1() [all …]
|
/Linux-v4.19/drivers/video/fbdev/sis/ |
D | init301.c | 975 unsigned short tempal,temp,i,j; in SiS_VBWait() local 980 tempal = SiS_GetRegByte(SiS_Pr->SiS_P3da); in SiS_VBWait() 982 if((tempal & 0x08)) continue; in SiS_VBWait() 985 if(!(tempal & 0x08)) continue; in SiS_VBWait() 3159 unsigned short tempbx=0, tempal=0, resinfo=0; in SiS_GetCRT2Ptr() local 3162 tempal = SiS_Pr->SiS_SModeIDTable[ModeIdIndex].St_CRT2CRTC; in SiS_GetCRT2Ptr() 3164 tempal = SiS_Pr->SiS_RefIndex[RefreshRateTableIndex].Ext_CRT2CRTC; in SiS_GetCRT2Ptr() 3177 if (resinfo == SIS_RI_1280x800) tempal = 9; in SiS_GetCRT2Ptr() 3178 else if(resinfo == SIS_RI_1400x1050) tempal = 11; in SiS_GetCRT2Ptr() 3182 if (resinfo == SIS_RI_1280x768) tempal = 9; in SiS_GetCRT2Ptr() [all …]
|