Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/xgifb/
Dvb_def.h86 #define ActiveTV 0x40 macro
Dvb_init.c955 tempbx |= ActiveTV; in XGINew_ChkSenseStatus()
1000 if (temp & ActiveTV) { in XGINew_SetModeScratch()
1042 if ((!(temp & ActiveCRT1)) && ((temp & ActiveLCD) || (temp & ActiveTV) in XGINew_SetModeScratch()
1045 if ((temp & ActiveLCD) && (temp & ActiveTV)) in XGINew_SetModeScratch()
1054 if (!((temp & ActiveLCD) || (temp & ActiveTV) || (temp & ActiveCRT2))) in XGINew_SetModeScratch()
Dvb_setmode.c1832 tempcl |= ActiveTV; in XGI_UpdateModeInfo()
1839 if (temp & ActiveTV) in XGI_UpdateModeInfo()
1840 tempcl |= ActiveTV; in XGI_UpdateModeInfo()
/linux-4.1.27/drivers/video/fbdev/savage/
Dsavagefb_driver.c1999 ActiveTV = 0x04, in savage_init_hw() enumerator