Lines Matching defs:xres
3056 unsigned short xres, yres, modeflag=0, resindex;
3059 xres = SiS_Pr->CHDisplay;
3060 if(SiS_Pr->CModeFlag & HalfDCLK) xres <<= 1;
3061 SiS_Pr->SiS_VGAHDE = SiS_Pr->SiS_HDE = xres;
3070 xres = SiS_Pr->SiS_StResInfo[resindex].HTotal;
3073 xres = SiS_Pr->SiS_ModeResInfo[resindex].HTotal;
3089 if(modeflag & HalfDCLK) xres <<= 1;
3129 if(xres == 720) xres = 640;
3131 } else if(xres == 720) xres = 640;
3144 SiS_Pr->SiS_VGAHDE = SiS_Pr->SiS_HDE = xres;
5545 unsigned short temp, modeflag, i, j, xres=0, VGAVDE;
5559 xres = SiS_Pr->CHDisplay;
5562 xres = SiS_Pr->SiS_RefIndex[RefreshRateTableIndex].XRes;
5568 if(xres >= 1600) { /* BIOS: == 1600 */
5585 if(xres == 1600) SiS_Pr->CHBlankEnd += 80;