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

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_struct.h41 USHORT VGAHT; member in struct:_XGI_LCDDataStruct
62 USHORT VGAHT; member in struct:_XGI_TVDataStruct
77 USHORT VGAHT; member in struct:_XGI_LVDSDataStruct
229 USHORT VGAHT; member in struct:_XGI330_LVDSDataStruct
249 USHORT VGAHT; member in struct:_XGI330_LCDDataStruct
260 USHORT VGAHT; member in struct:_XGI330_TVDataStruct
287 USHORT VGAHT; 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
955 VGAHT = HT - 5;
995 XGI_SetRegANDOR((XGIIOADDRESS) pVBInfo->P3d4, 0x00, 0x00, (VGAHT & 0xff)); /* HT */
1044 XGI_SetRegANDOR((XGIIOADDRESS) pVBInfo->P3c4, 0x0b, 0x00, (((VGAHT & 0xff00) >> 8) | ((VGAHDE & 0xff00) >> 6) | ((HDE & 0xff00) >> 4) | ((HRS & 0xff00) >> 2)));
3183 pVBInfo->VGAHT = LCDPtr->VGAHT;
4760 ("C code setmode: ModeNo: 0x%08lX VGAHT:0x%081X \n", ModeNo,
4761 LCDPtr->VGAHT));
4764 pVBInfo->VGAHT = LCDPtr->VGAHT;
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dvstruct.h61 unsigned short VGAHT; member in struct:SiS_LCDData
70 unsigned short VGAHT; member in struct:SiS_TVData
90 unsigned short VGAHT; member in struct:SiS_LVDSData
H A Dinit301.c3199 SiS_Pr->SiS_VGAHT = SiS_Pr->SiS_NoScaleData[ResIndex].VGAHT;
3286 SiS_Pr->SiS_VGAHT = (LVDSData+ResIndex)->VGAHT;
3410 SiS_Pr->SiS_VGAHT = (TVPtr+ResIndex)->VGAHT;
3596 SiS_Pr->SiS_VGAHT = (LCDPtr+ResIndex)->VGAHT;
8745 xf86DrvMsg(0, X_INFO, "(init301: VGAHT 0x%03x VGAVT 0x%03x)\n", SiS_Pr->SiS_VGAHT, SiS_Pr->SiS_VGAVT);

Completed in 42 milliseconds