Home
last modified time | relevance | path

Searched refs:VDE (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/um/
DKconfig.net112 bool "VDE transport"
127 That site has a good overview of what VDE is and also examples
128 of the UML command line to use to enable VDE networking.
130 If you need UML networking with VDE,
/linux-2.6.39/drivers/staging/xgifb/
Dvb_setmode.c1880 pVBInfo->VDE = yres; in XGI_GetLVDSResInfo()
2535 pVBInfo->VDE = 768; in XGI_GetLVDSData()
2540 pVBInfo->VDE = 1024; in XGI_GetLVDSData()
2543 pVBInfo->VDE = 1050; in XGI_GetLVDSData()
2546 pVBInfo->VDE = 1200; in XGI_GetLVDSData()
2811 pVBInfo->VDE = tempbx; in XGI_SetLVDSRegs()
2819 tempbx = pVBInfo->VDE; in XGI_SetLVDSRegs()
2880 tempcx = pVBInfo->VDE; in XGI_SetLVDSRegs()
2923 if (tempbx != pVBInfo->VDE) in XGI_SetLVDSRegs()
2933 tempbx = pVBInfo->VDE; in XGI_SetLVDSRegs()
[all …]
Dvb_struct.h393 unsigned short VT,HT,VDE,HDE; member
DXGI_main_26.c202 unsigned short VRE, VBE, VRS, VBS, VDE, VT; in XGIfb_mode_rate_to_ddata() local
295 VDE = XGI_Pr->RefIndex[RefreshRateTableIndex].YRes - 1; in XGIfb_mode_rate_to_ddata()
296 E = VDE + 1; in XGIfb_mode_rate_to_ddata()
/linux-2.6.39/drivers/video/
Datafb.c173 #define VDE hw.falcon.vde macro
1310 par->VDE = yres; in falcon_decode_var()
1312 par->VDE <<= 1; in falcon_decode_var()
1314 par->VDE <<= 1; /* VDE now half lines per (half-)frame */ in falcon_decode_var()
1315 par->VDE += par->VDB; in falcon_decode_var()
1316 par->VBB = par->VDE; in falcon_decode_var()
/linux-2.6.39/drivers/video/sis/
Dinit.c3542 unsigned short VRE, VBE, VRS, VBS, VDE, VT; in SiS_Generic_ConvertCRData() local
3599 VDE = crdata[10] | in SiS_Generic_ConvertCRData()
3603 E = VDE + 1; in SiS_Generic_ConvertCRData()