Lines Matching refs:tempbx
3387 unsigned short modeflag, tempax, tempbx = 0, remaining = 0;
3406 tempbx = SiS_Pr->SiS_VGAHT;
3408 tempbx = SiS_Pr->PanelHT;
3410 if(modeflag & HalfDCLK) tempbx >>= 1;
3411 remaining = tempbx % 8;
3416 tempbx = SiS_Pr->PanelHT - SiS_Pr->PanelXRes;
3421 tempbx += tempax;
3422 if(modeflag & HalfDCLK) tempbx -= VGAHDE;
3425 SiS_Pr->CHTotal = SiS_Pr->CHBlankEnd = tempbx;
3438 tempbx = (SiS_Pr->PanelHRS + 1) & ~1;
3441 tempbx >>= 1;
3443 SiS_Pr->CHSyncStart = (VGAHDE + tempax + tempbx + 7) & ~7;
3463 tempbx = SiS_Pr->PanelXRes;
3464 if(modeflag & HalfDCLK) tempbx >>= 1;
3465 tempax += ((tempbx - tempax) >> 1);
3474 tempbx = SiS_Pr->PanelVT - SiS_Pr->PanelYRes;
3482 if((tempax + tempbx) == 438) tempbx += 16;
3486 tempbx = SiS_Pr->SiS_VGAVT;
3490 SiS_Pr->CVTotal = SiS_Pr->CVBlankEnd = tempbx + tempax;