Lines Matching refs:tempal
972 unsigned short tempal,temp,i,j; in SiS_VBWait() local
977 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() local
3159 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()
3188 tempal = SiS_Pr->SiS_RefIndex[RefreshRateTableIndex].Ext_CRT2CRTC_NS; in SiS_GetCRT2Ptr()
3225 tempal &= 0x3F; in SiS_GetCRT2Ptr()
3231 tempal = 6; in SiS_GetCRT2Ptr()
3232 if(SiS_Pr->SiS_TVMode & (TVSetPAL | TVSetPALN)) tempal = 9; in SiS_GetCRT2Ptr()
3237 tempal = 6; in SiS_GetCRT2Ptr()
3239 if(SiS_Pr->SiS_TVMode & TVSetYPbPr750p) tempal = 8; in SiS_GetCRT2Ptr()
3243 tempal = 4; in SiS_GetCRT2Ptr()
3247 tempal = 7; in SiS_GetCRT2Ptr()
3249 if(SiS_Pr->SiS_TVMode & TVSetYPbPr525p) tempal = 8; in SiS_GetCRT2Ptr()
3254 if(SiS_Pr->SiS_TVMode & TVSetYPbPr750p) tempal = 9; in SiS_GetCRT2Ptr()
3262 *ResIndex = tempal; in SiS_GetCRT2Ptr()
3327 (*ResIndex) = tempal & 0x1F; in SiS_GetCRT2Ptr()