Searched refs:VGAVT (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_struct.h42 USHORT VGAVT; member in struct:_XGI_LCDDataStruct
63 USHORT VGAVT; member in struct:_XGI_TVDataStruct
78 USHORT VGAVT; member in struct:_XGI_LVDSDataStruct
230 USHORT VGAVT; member in struct:_XGI330_LVDSDataStruct
250 USHORT VGAVT; member in struct:_XGI330_LCDDataStruct
261 USHORT VGAVT; member in struct:_XGI330_TVDataStruct
288 USHORT VGAVT; member in struct:_XGI330_CHTVDataStruct
433 ULONG VGAVT,VGAHT,VGAVDE,VGAHDE; member in struct:_VB_DEVICE_INFO
442 USHORT VGAVT,VGAHT,VGAVDE,VGAHDE;
H A Dvb_setmode.c922 int HT, VT, HDE, VDE, HRS, VRS, HRE, VRE, VGAHDE, VGAVDE, VGAHT, VGAVT; local in function:XGI_SetCRTTiming
971 VGAVT = VT - 2;
1001 XGI_SetRegANDOR((XGIIOADDRESS) pVBInfo->P3d4, 0x06, 0x00, (VGAVT & 0xff)); /* VT */
1002 XGI_SetRegANDOR((XGIIOADDRESS) pVBInfo->P3d4, 0x07, 0x00, (((VRS & 0x0200) >> 2) | ((VDE & 0x0200) >> 3) | ((VGAVT & 0x0200) >> 4)| ((VGAVDE & 0x0100) >> 5) | ((VRS & 0x0100) >> 6) | ((VDE & 0x0100) >> 7) | ((VGAVT & 0x0100) >> 8)));
1043 XGI_SetRegANDOR((XGIIOADDRESS) pVBInfo->P3c4, 0x0a, 0xc0, (((VRE & 0x10) << 1) | ((VT & 0x0100) >> 4) | ((VRS & 0x0400) >> 7) | ((VGAVDE & 0x0400) >> 8) | ((VDE & 0x0400) >> 9) | ((VGAVT & 0x0400) >> 10)));
3184 pVBInfo->VGAVT = LCDPtr->VGAVT;
3424 tempcx = pVBInfo->VGAVT;
4765 pVBInfo->VGAVT
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dvstruct.h62 unsigned short VGAVT; member in struct:SiS_LCDData
71 unsigned short VGAVT; member in struct:SiS_TVData
91 unsigned short VGAVT; member in struct:SiS_LVDSData
H A Dinit301.c3200 SiS_Pr->SiS_VGAVT = SiS_Pr->SiS_NoScaleData[ResIndex].VGAVT;
3287 SiS_Pr->SiS_VGAVT = (LVDSData+ResIndex)->VGAVT;
3411 SiS_Pr->SiS_VGAVT = (TVPtr+ResIndex)->VGAVT;
3597 SiS_Pr->SiS_VGAVT = (LCDPtr+ResIndex)->VGAVT;
8745 xf86DrvMsg(0, X_INFO, "(init301: VGAHT 0x%03x VGAVT 0x%03x)\n", SiS_Pr->SiS_VGAHT, SiS_Pr->SiS_VGAVT);

Completed in 21 milliseconds