Searched refs:VGAHDE (Results 1 - 3 of 3) 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.h392 unsigned short VGAVT,VGAHT,VGAVDE,VGAHDE; member in struct:vb_device_info
H A Dvb_setmode.c2745 pVBInfo->VGAHDE = xres ;
2989 pVBInfo->VGAHDE=tempax;
3142 tempcx = pVBInfo->VGAHDE ;
3153 temp1 = pVBInfo->VGAHDE << 16 ;
4599 pVBInfo->VGAHDE = xres ;
4754 tempax = pVBInfo->VGAHDE ;
5304 temp = ( pVBInfo->VGAHDE / 2 + 16 ) & 0x0FF ; /* BTVGA2HDEE 0x0A,0x0C */
5306 tempcx = ( ( pVBInfo->VGAHT - pVBInfo->VGAHDE ) / 2 ) >> 2 ;
5307 pushbx = pVBInfo->VGAHDE / 2 + 16 ;
5340 temp = ( pVBInfo->VGAHDE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dinit.c3856 unsigned short VGAHDE = SiS_Pr->SiS_VGAHDE; local
3864 if(modeflag & HalfDCLK) VGAHDE >>= 1;
3866 SiS_Pr->CHDisplay = VGAHDE;
3867 SiS_Pr->CHBlankStart = VGAHDE;
3890 if(modeflag & HalfDCLK) tempbx -= VGAHDE;
3911 SiS_Pr->CHSyncStart = (VGAHDE + tempax + tempbx + 7) & ~7;
3929 tempax = VGAHDE;

Completed in 97 milliseconds