Lines Matching refs:tempal
973 unsigned short tempal,temp,i,j; in SiS_VBWait() local
978 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() local
3160 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()
3189 tempal = SiS_Pr->SiS_RefIndex[RefreshRateTableIndex].Ext_CRT2CRTC_NS; in SiS_GetCRT2Ptr()
3226 tempal &= 0x3F; in SiS_GetCRT2Ptr()
3232 tempal = 6; in SiS_GetCRT2Ptr()
3233 if(SiS_Pr->SiS_TVMode & (TVSetPAL | TVSetPALN)) tempal = 9; in SiS_GetCRT2Ptr()
3238 tempal = 6; in SiS_GetCRT2Ptr()
3240 if(SiS_Pr->SiS_TVMode & TVSetYPbPr750p) tempal = 8; in SiS_GetCRT2Ptr()
3244 tempal = 4; in SiS_GetCRT2Ptr()
3248 tempal = 7; in SiS_GetCRT2Ptr()
3250 if(SiS_Pr->SiS_TVMode & TVSetYPbPr525p) tempal = 8; in SiS_GetCRT2Ptr()
3255 if(SiS_Pr->SiS_TVMode & TVSetYPbPr750p) tempal = 9; in SiS_GetCRT2Ptr()
3263 *ResIndex = tempal; in SiS_GetCRT2Ptr()
3328 (*ResIndex) = tempal & 0x1F; in SiS_GetCRT2Ptr()