Searched refs:tempal (Results 1 – 1 of 1) sorted by relevance
973 unsigned short tempal,temp,i,j; in SiS_VBWait() local978 tempal = SiS_GetRegByte(SiS_Pr->SiS_P3da); in SiS_VBWait()980 if((tempal & 0x08)) continue; in SiS_VBWait()983 if(!(tempal & 0x08)) continue; in SiS_VBWait()3157 unsigned short tempbx=0, tempal=0, resinfo=0; in SiS_GetCRT2Ptr() local3160 tempal = SiS_Pr->SiS_SModeIDTable[ModeIdIndex].St_CRT2CRTC; in SiS_GetCRT2Ptr()3162 tempal = SiS_Pr->SiS_RefIndex[RefreshRateTableIndex].Ext_CRT2CRTC; in SiS_GetCRT2Ptr()3175 if (resinfo == SIS_RI_1280x800) tempal = 9; in SiS_GetCRT2Ptr()3176 else if(resinfo == SIS_RI_1400x1050) tempal = 11; in SiS_GetCRT2Ptr()3180 if (resinfo == SIS_RI_1280x768) tempal = 9; in SiS_GetCRT2Ptr()[all …]