Searched refs:SetPALTV (Results 1 - 4 of 4) 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_setmode.c1249 if ( !( pVBInfo->VBInfo & SetPALTV ) )
3693 if ( tempbx & SetPALTV )
3695 tempbx &= ( SetCHTVOverScan | SetPALMTV | SetPALNTV | SetPALTV ) ;
3697 tempbx &= ~SetPALTV ; /* set to NTSC if PAL-M */
3700 tempbx &= ( SetCHTVOverScan | SetNTSCJ | SetPALTV ) ;
3708 tempbx &= ( ~SetPALTV ) ;
3735 tempbx |= SetPALTV ;
3759 tempbx = tempbx | SetYPbPrMode1080i | SetPALTV ;
3768 if ( !( tempbx & SetPALTV ) && ( modeflag > 13 ) && ( resinfo == 8 ) ) /* NTSC 1024x768, */
4832 if ( !( pVBInfo->TVInfo & SetPALTV ) )
[all...]
H A Dvb_def.h98 /* #define SetPALTV 0x0100 */
173 /* #define SetPALTV 0x0100 */
547 #define SetPALTV 0x0001 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dinitdef.h120 #define SetPALTV 0x0100 /* Deprecated here, now in TVMode */ macro
H A Dinit301.c965 tempax &= (DriverMode | LoadDACFlag | SetNotSimuMode | SetPALTV);
1067 SetPALTV |
1234 if(SiS_Pr->SiS_VBInfo & SetPALTV) SiS_Pr->SiS_TVMode |= TVSetPAL;
1409 SiS_Pr->SiS_VBInfo &= ~SetPALTV;

Completed in 124 milliseconds