Lines Matching refs:tempbx
3388 unsigned short modeflag, tempax, tempbx = 0, remaining = 0;
3407 tempbx = SiS_Pr->SiS_VGAHT;
3409 tempbx = SiS_Pr->PanelHT;
3411 if(modeflag & HalfDCLK) tempbx >>= 1;
3412 remaining = tempbx % 8;
3417 tempbx = SiS_Pr->PanelHT - SiS_Pr->PanelXRes;
3422 tempbx += tempax;
3423 if(modeflag & HalfDCLK) tempbx -= VGAHDE;
3426 SiS_Pr->CHTotal = SiS_Pr->CHBlankEnd = tempbx;
3439 tempbx = (SiS_Pr->PanelHRS + 1) & ~1;
3442 tempbx >>= 1;
3444 SiS_Pr->CHSyncStart = (VGAHDE + tempax + tempbx + 7) & ~7;
3464 tempbx = SiS_Pr->PanelXRes;
3465 if(modeflag & HalfDCLK) tempbx >>= 1;
3466 tempax += ((tempbx - tempax) >> 1);
3475 tempbx = SiS_Pr->PanelVT - SiS_Pr->PanelYRes;
3483 if((tempax + tempbx) == 438) tempbx += 16;
3487 tempbx = SiS_Pr->SiS_VGAVT;
3491 SiS_Pr->CVTotal = SiS_Pr->CVBlankEnd = tempbx + tempax;