Home
last modified time | relevance | path

Searched refs:SetCRT2ToYPbPr525750 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/sis/
Dinitdef.h125 #define SetCRT2ToYPbPr525750 0x0800 macro
133 #define SetCRT2ToTV (SetCRT2ToYPbPr525750|SetCRT2ToHiVision|SetCRT2ToSCART|SetCRT2ToSVI…
135 #define SetCRT2ToTVNoHiVision (SetCRT2ToYPbPr525750 | SetCRT2ToSCART | SetCRT2ToSVIDEO | SetCRT2T…
Dinit301.c559 …} else if(SiS_Pr->SiS_VBInfo & (SetCRT2ToYPbPr525750|SetCRT2ToAVIDEO|SetCRT2ToSVIDEO|SetCRT2ToSCAR… in SiS_AdjustCRT2Rate()
564 if(SiS_Pr->SiS_VBInfo & SetCRT2ToYPbPr525750) { in SiS_AdjustCRT2Rate()
1313 tempbx &= ~(SetCRT2ToYPbPr525750 | SetCRT2ToHiVision); in SiS_GetVBInfo()
1318 tempbx |= SetCRT2ToYPbPr525750; in SiS_GetVBInfo()
1350 SetCRT2ToYPbPr525750; in SiS_GetVBInfo()
1394 if(tempbx & SetCRT2ToYPbPr525750) tempbx &= (clearmask | SetCRT2ToYPbPr525750); in SiS_GetVBInfo()
1592 SiS_Pr->SiS_VBInfo |= SetCRT2ToYPbPr525750; in SiS_SetTVMode()
1653 if(SiS_Pr->SiS_VBInfo & SetCRT2ToYPbPr525750) { in SiS_SetTVMode()
1661 if(SiS_Pr->SiS_VBInfo & (SetCRT2ToYPbPr525750 | SetCRT2ToHiVision)) { in SiS_SetTVMode()
1687 } else if(SiS_Pr->SiS_VBInfo & SetCRT2ToYPbPr525750) { in SiS_SetTVMode()
[all …]
/Linux-v4.19/drivers/staging/xgifb/
Dvb_setmode.c209 SetCRT2ToSCART | SetCRT2ToYPbPr525750 | in XGI_AjustCRT2Rate()
1800 if (pVBInfo->VBInfo & SetCRT2ToYPbPr525750) { in XGI_UpdateModeInfo()
1893 temp = SetCRT2ToDualEdge | SetCRT2ToYPbPr525750 | XGI_SetCRT2ToLCDA in XGI_GetVBInfo()
1918 tempbx |= SetCRT2ToYPbPr525750; in XGI_GetVBInfo()
1949 tempbx &= (0x00FF | (~SetCRT2ToYPbPr525750)); in XGI_GetVBInfo()
1957 tempbx &= (0x00FF | (~SetCRT2ToYPbPr525750)); in XGI_GetVBInfo()
1964 tempbx &= (0x00FF | (~SetCRT2ToYPbPr525750)); in XGI_GetVBInfo()
1967 if (tempbx & SetCRT2ToYPbPr525750) in XGI_GetVBInfo()
2025 if (pVBInfo->VBInfo & SetCRT2ToYPbPr525750) { in XGI_GetTVInfo()
2633 } else if (pVBInfo->VBInfo & SetCRT2ToYPbPr525750) { in XGI_GetCRT2Data()
[all …]