Home
last modified time | relevance | path

Searched refs:SetPALTV (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/staging/xgifb/
Dvb_setmode.c458 if (!(pVBInfo->VBInfo & SetPALTV)) { in XGI_AjustCRT2Rate()
1379 if (pVBInfo->VBInfo & SetPALTV) in XGI_GetVCLK2Ptr()
3153 if (pVBInfo->TVInfo & SetPALTV) in XGI_GetVCLKPtr()
3690 if (tempbx & SetPALTV) { in XGI_GetTVInfo()
3692 | SetPALNTV | SetPALTV); in XGI_GetTVInfo()
3694 tempbx &= ~SetPALTV; /* set to NTSC if PAL-M */ in XGI_GetTVInfo()
3697 | SetPALTV); in XGI_GetTVInfo()
3725 tempbx |= SetPALTV; in XGI_GetTVInfo()
3745 tempbx = tempbx | SetYPbPrMode1080i | SetPALTV; in XGI_GetTVInfo()
3753 if (!(tempbx & SetPALTV) && (modeflag > 13) && (resinfo in XGI_GetTVInfo()
[all …]
Dvb_def.h547 #define SetPALTV 0x0001 macro
/linux-2.6.39/drivers/video/sis/
Dinitdef.h120 #define SetPALTV 0x0100 /* Deprecated here, now in TVMode */ macro
Dinit301.c957 tempax &= (DriverMode | LoadDACFlag | SetNotSimuMode | SetPALTV); in SiS_GetVBInfo()
1059 SetPALTV | in SiS_GetVBInfo()
1222 if(SiS_Pr->SiS_VBInfo & SetPALTV) SiS_Pr->SiS_TVMode |= TVSetPAL; in SiS_SetTVMode()
1397 SiS_Pr->SiS_VBInfo &= ~SetPALTV; in SiS_SetTVMode()