Lines Matching defs:tempbx
3906 unsigned short modeflag, tempax, tempbx = 0, remaining = 0;
3925 tempbx = SiS_Pr->SiS_VGAHT;
3927 tempbx = SiS_Pr->PanelHT;
3929 if(modeflag & HalfDCLK) tempbx >>= 1;
3930 remaining = tempbx % 8;
3935 tempbx = SiS_Pr->PanelHT - SiS_Pr->PanelXRes;
3940 tempbx += tempax;
3941 if(modeflag & HalfDCLK) tempbx -= VGAHDE;
3944 SiS_Pr->CHTotal = SiS_Pr->CHBlankEnd = tempbx;
3957 tempbx = (SiS_Pr->PanelHRS + 1) & ~1;
3960 tempbx >>= 1;
3962 SiS_Pr->CHSyncStart = (VGAHDE + tempax + tempbx + 7) & ~7;
3982 tempbx = SiS_Pr->PanelXRes;
3983 if(modeflag & HalfDCLK) tempbx >>= 1;
3984 tempax += ((tempbx - tempax) >> 1);
3993 tempbx = SiS_Pr->PanelVT - SiS_Pr->PanelYRes;
4001 if((tempax + tempbx) == 438) tempbx += 16;
4005 tempbx = SiS_Pr->SiS_VGAVT;
4009 SiS_Pr->CVTotal = SiS_Pr->CVBlankEnd = tempbx + tempax;