Searched refs:VDE (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-ast/dist/src/ |
| H A D | ast_mode.h | 106 ULONG VDE; member in struct:__anon502f03860208
|
| H A D | ast_mode.c | 673 mode->CrtcVBlankStart = (int) (pVGAModeInfo->pEnhTableEntry->VDE + ulVBorder); 675 mode->CrtcVSyncStart = (int) (pVGAModeInfo->pEnhTableEntry->VDE + ulVBorder 677 mode->CrtcVSyncEnd = (int) (pVGAModeInfo->pEnhTableEntry->VDE + ulVBorder 826 if (usTemp & 0x100) jReg07 |= 0x02; /* VDE D[8] */ 827 if (usTemp & 0x200) jReg07 |= 0x40; /* VDE D[9] */ 828 if (usTemp & 0x400) jRegAE |= 0x02; /* VDE D[10] */ 1041 ULONG VT, VDE, VBS, VBE, VRS, VRE; local in function:bSetAST1180CRTCReg 1061 VDE= mode->CrtcVDisplay; 1073 VDE2 = VDE - 1;
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | vb_setmode.c | 922 int HT, VT, HDE, VDE, HRS, VRS, HRE, VRE, VGAHDE, VGAVDE, VGAHT, VGAVT; local in function:XGI_SetCRTTiming 968 VDE = VerticalActivePixel; 972 VGAVDE = VDE - 1; 975 VDE = VDE - 1; 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))); 1006 XGI_SetRegANDOR((XGIIOADDRESS) pVBInfo->P3d4, 0x12, 0x00, (VDE & 0xff)); /* VDEE */ 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))); 3129 pVBInfo->VDE 3134 get_HDE_VDE(PVB_DEVICE_INFO pVBInfo,ULONG * HDE,ULONG * VDE) argument [all...] |
| H A D | vb_struct.h | 434 ULONG VT,HT,VDE,HDE; member in struct:_VB_DEVICE_INFO 443 USHORT VT,HT,VDE,HDE;
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | init.c | 4084 unsigned short VRE, VBE, VRS, VBS, VDE, VT; local in function:SiS_Generic_ConvertCRData 4156 VDE = crdata[10] | 4160 E = VDE + 1; 4190 current->VDisplay = VDE + 1; 4203 "V: A %d B %d C %d D %d E %d F %d VT %d VDE %d VRS %d VBS %d VBE %d VRE %d\n", 4204 A, B, C, D, E, F, VT, VDE, VRS, VBS, VBE, VRE);
|
Completed in 16 milliseconds