Lines Matching defs:tempax
3906 unsigned short modeflag, tempax, tempbx = 0, remaining = 0;
3936 tempax = SiS_Pr->SiS_VGAHDE; /* not /2 ! */
3938 tempax = SiS_Pr->PanelXRes;
3940 tempbx += tempax;
3956 tempax = (SiS_Pr->PanelXRes - SiS_Pr->SiS_VGAHDE) >> 1;
3959 tempax >>= 1;
3962 SiS_Pr->CHSyncStart = (VGAHDE + tempax + tempbx + 7) & ~7;
3963 tempax = SiS_Pr->PanelHRE + 7;
3964 if(modeflag & HalfDCLK) tempax >>= 1;
3965 SiS_Pr->CHSyncEnd = (SiS_Pr->CHSyncStart + tempax) & ~7;
3970 tempax = ((SiS_Pr->CHTotal - SiS_Pr->CHSyncStart) / 3) << 1;
3971 SiS_Pr->CHSyncEnd = SiS_Pr->CHSyncStart + tempax;
3980 tempax = VGAHDE;
3984 tempax += ((tempbx - tempax) >> 1);
3986 tempax += SiS_Pr->PanelHRS;
3987 SiS_Pr->CHSyncStart = tempax;
3988 tempax += SiS_Pr->PanelHRE;
3989 SiS_Pr->CHSyncEnd = tempax;
3994 tempax = SiS_Pr->SiS_VGAVDE;
3996 tempax = SiS_Pr->PanelYRes;
4001 if((tempax + tempbx) == 438) tempbx += 16;
4004 tempax = 0;
4009 SiS_Pr->CVTotal = SiS_Pr->CVBlankEnd = tempbx + tempax;
4011 tempax = SiS_Pr->SiS_VGAVDE;
4013 tempax += (SiS_Pr->PanelYRes - tempax) >> 1;
4015 tempax += SiS_Pr->PanelVRS;
4016 SiS_Pr->CVSyncStart = tempax;
4017 tempax += SiS_Pr->PanelVRE;
4018 SiS_Pr->CVSyncEnd = tempax;
4044 tempax = SiS_Pr->CCRT1CRTC[16] & 0xE0;
4045 SiS_SetRegANDOR(SiS_Pr->SiS_P3c4,0x0E,0x1F,tempax);
4047 tempax = (SiS_Pr->CCRT1CRTC[16] & 0x01) << 5;
4048 if(modeflag & DoubleScanMode) tempax |= 0x80;
4049 SiS_SetRegANDOR(SiS_Pr->SiS_P3d4,0x09,0x5F,tempax);