Searched refs:VDE (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/xgifb/
H A Dvb_struct.h393 unsigned short VT,HT,VDE,HDE; member in struct:vb_device_info
H A Dvb_setmode.c2748 pVBInfo->VDE = yres ;
2796 pVBInfo->VDE = 768 ;
2801 pVBInfo->VDE = 1024 ;
2806 pVBInfo->VDE = 1050 ;
2811 pVBInfo->VDE = 1200 ;
2988 pVBInfo->VDE=tempbx;
2996 tempbx=pVBInfo->VDE;
3054 tempcx = pVBInfo->VDE ;
3091 if ( tempbx != pVBInfo->VDE )
3100 tempbx = pVBInfo->VDE ;
[all...]
H A DXGI_main_26.c207 unsigned short VRE, VBE, VRS, VBS, VDE, VT; local
296 /* VDE = (cr_data & 0xff) |
300 VDE = XGI_Pr->RefIndex[RefreshRateTableIndex].YRes -1;
301 E = VDE + 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Datafb.c173 #define VDE hw.falcon.vde macro
1289 par->VDE = yres;
1291 par->VDE <<= 1;
1293 par->VDE <<= 1; /* VDE now half lines per (half-)frame */
1294 par->VDE += par->VDB;
1295 par->VBB = par->VDE;
1402 * VDE. If interlace mode off unit of VC-registers is
1711 /* ++guenther: we can switch off graphics by changing VDB and VDE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dinit.c4033 unsigned short VRE, VBE, VRS, VBS, VDE, VT; local
4105 VDE = crdata[10] |
4109 E = VDE + 1;
4139 current->VDisplay = VDE + 1;
4146 "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",
4147 A, B, C, D, E, F, VT, VDE, VRS, VBS, VBE, VRE);

Completed in 171 milliseconds