Searched refs:tempal (Results 1 – 1 of 1) sorted by relevance
972 unsigned short tempal,temp,i,j; in SiS_VBWait() local977 tempal = SiS_GetRegByte(SiS_Pr->SiS_P3da); in SiS_VBWait()979 if((tempal & 0x08)) continue; in SiS_VBWait()982 if(!(tempal & 0x08)) continue; in SiS_VBWait()3156 unsigned short tempbx=0, tempal=0, resinfo=0; in SiS_GetCRT2Ptr() local3159 tempal = SiS_Pr->SiS_SModeIDTable[ModeIdIndex].St_CRT2CRTC; in SiS_GetCRT2Ptr()3161 tempal = SiS_Pr->SiS_RefIndex[RefreshRateTableIndex].Ext_CRT2CRTC; in SiS_GetCRT2Ptr()3174 if (resinfo == SIS_RI_1280x800) tempal = 9; in SiS_GetCRT2Ptr()3175 else if(resinfo == SIS_RI_1400x1050) tempal = 11; in SiS_GetCRT2Ptr()3179 if (resinfo == SIS_RI_1280x768) tempal = 9; in SiS_GetCRT2Ptr()[all …]