Searched refs:VGAHDE (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_setmode.c922 int HT, VT, HDE, VDE, HRS, VRS, HRE, VRE, VGAHDE, VGAVDE, VGAHT, VGAVT; local in function:XGI_SetCRTTiming
956 VGAHDE = HDE - 1;
996 XGI_SetRegANDOR((XGIIOADDRESS) pVBInfo->P3d4, 0x01, 0x00, (VGAHDE & 0xff)); /* HDEE */
1044 XGI_SetRegANDOR((XGIIOADDRESS) pVBInfo->P3c4, 0x0b, 0x00, (((VGAHT & 0xff00) >> 8) | ((VGAHDE & 0xff00) >> 6) | ((HDE & 0xff00) >> 4) | ((HRS & 0xff00) >> 2)));
3126 pVBInfo->VGAHDE = xres;
3312 pVBInfo->VGAHDE = pVBInfo->HDE;
3473 tempcx = pVBInfo->VGAHDE;
3484 temp1 = pVBInfo->VGAHDE << 16;
4694 pVBInfo->VGAHDE = xres;
4841 tempax = pVBInfo->VGAHDE;
[all...]
H A Dvb_struct.h433 ULONG VGAVT,VGAHT,VGAVDE,VGAHDE; member in struct:_VB_DEVICE_INFO
442 USHORT VGAVT,VGAHT,VGAVDE,VGAHDE;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinit.c3907 unsigned short VGAHDE = SiS_Pr->SiS_VGAHDE; local in function:SiS_CalcLCDACRT1Timing
3915 if(modeflag & HalfDCLK) VGAHDE >>= 1;
3917 SiS_Pr->CHDisplay = VGAHDE;
3918 SiS_Pr->CHBlankStart = VGAHDE;
3941 if(modeflag & HalfDCLK) tempbx -= VGAHDE;
3962 SiS_Pr->CHSyncStart = (VGAHDE + tempax + tempbx + 7) & ~7;
3980 tempax = VGAHDE;

Completed in 18 milliseconds