Searched refs:DoubleScanMode (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dinitextlfb.c153 if(SiS_Pr->SiS_EModeIDTable[j].Ext_ModeFlag & DoubleScanMode) {
H A Dinitdef.h161 #define DoubleScanMode 0x8000 macro
H A Dinit.c2099 if(modeflag & DoubleScanMode) temp |= 0x80;
2557 if((!(modeflag & DoubleScanMode)) || (!(modeflag & HalfDCLK))) {
3506 if(SiS_Pr->CModeFlag & DoubleScanMode) temptemp >>= 1;
3631 if(SiS_Pr->CModeFlag & DoubleScanMode) temptemp >>= 1;
3997 if(modeflag & DoubleScanMode) tempax |= 0x80;
H A Dinit301.c2785 /* DoubleScanMode-check done in CheckCalcCustomMode()! */
2813 if(modeflag & DoubleScanMode) yres <<= 1;
5380 if(modeflag & DoubleScanMode) temp |= 0x80;
6324 if(modeflag & DoubleScanMode) tempax |= 0x80;
7811 if(modeflag & DoubleScanMode) tempah |= 0x80;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/xgifb/
H A Dvb_def.h63 #define DoubleScanMode 0x8000 macro
483 #define DoubleScanMode 0x8000 macro
H A Dvb_setmode.c1502 i &= DoubleScanMode ;
1980 if ( modeflag & DoubleScanMode )
2481 if ( modeflag & DoubleScanMode )
2735 if ( modeflag & DoubleScanMode )
4161 if ( ( ModeFlag & HalfDCLK ) && ( ModeFlag & DoubleScanMode ) )
4546 if ( modeflag & DoubleScanMode )
5429 if ( modeflag & DoubleScanMode )
5728 if ( modeflag & DoubleScanMode )
8111 if ( ( ModeNo>0x13 ) && ( modeflag & DoubleScanMode ) )
8223 if ( ( ModeNo>0x13 ) && ( modeflag & DoubleScanMode ) )
[all...]
H A DXGI_main_26.c361 if(XGI_Pr->EModeIDTable[j].Ext_ModeFlag & DoubleScanMode) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/sisusbvga/
H A Dsisusb_init.c545 if (modeflag & DoubleScanMode)
621 if ((!(modeflag & DoubleScanMode)) || (!(modeflag & HalfDCLK))) {
H A Dsisusb_init.h80 #define DoubleScanMode 0x8000 macro

Completed in 209 milliseconds