Lines Matching refs:tempal
649 unsigned short tempal,temp,i,j; in SiS_VBWait() local
654 tempal = SiS_GetRegByte(SiS_Pr->SiS_P3da); in SiS_VBWait()
656 if((tempal & 0x08)) continue; in SiS_VBWait()
659 if(!(tempal & 0x08)) continue; in SiS_VBWait()
2835 unsigned short tempbx=0, tempal=0, resinfo=0; in SiS_GetCRT2Ptr() local
2838 tempal = SiS_Pr->SiS_SModeIDTable[ModeIdIndex].St_CRT2CRTC; in SiS_GetCRT2Ptr()
2840 tempal = SiS_Pr->SiS_RefIndex[RefreshRateTableIndex].Ext_CRT2CRTC; in SiS_GetCRT2Ptr()
2853 if (resinfo == SIS_RI_1280x800) tempal = 9; in SiS_GetCRT2Ptr()
2854 else if(resinfo == SIS_RI_1400x1050) tempal = 11; in SiS_GetCRT2Ptr()
2858 if (resinfo == SIS_RI_1280x768) tempal = 9; in SiS_GetCRT2Ptr()
2867 tempal = SiS_Pr->SiS_RefIndex[RefreshRateTableIndex].Ext_CRT2CRTC_NS; in SiS_GetCRT2Ptr()
2904 tempal &= 0x3F; in SiS_GetCRT2Ptr()
2910 tempal = 6; in SiS_GetCRT2Ptr()
2911 if(SiS_Pr->SiS_TVMode & (TVSetPAL | TVSetPALN)) tempal = 9; in SiS_GetCRT2Ptr()
2916 tempal = 6; in SiS_GetCRT2Ptr()
2918 if(SiS_Pr->SiS_TVMode & TVSetYPbPr750p) tempal = 8; in SiS_GetCRT2Ptr()
2922 tempal = 4; in SiS_GetCRT2Ptr()
2926 tempal = 7; in SiS_GetCRT2Ptr()
2928 if(SiS_Pr->SiS_TVMode & TVSetYPbPr525p) tempal = 8; in SiS_GetCRT2Ptr()
2933 if(SiS_Pr->SiS_TVMode & TVSetYPbPr750p) tempal = 9; in SiS_GetCRT2Ptr()
2941 *ResIndex = tempal; in SiS_GetCRT2Ptr()
3006 (*ResIndex) = tempal & 0x1F; in SiS_GetCRT2Ptr()