Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/xgifb/
Dvb_def.h86 #define ActiveTV 0x40 macro
Dvb_init.c952 tempbx |= ActiveTV; in XGINew_ChkSenseStatus()
997 if (temp & ActiveTV) { in XGINew_SetModeScratch()
1039 if ((!(temp & ActiveCRT1)) && ((temp & ActiveLCD) || (temp & ActiveTV) in XGINew_SetModeScratch()
1042 if ((temp & ActiveLCD) && (temp & ActiveTV)) in XGINew_SetModeScratch()
1051 if (!((temp & ActiveLCD) || (temp & ActiveTV) || (temp & ActiveCRT2))) in XGINew_SetModeScratch()
Dvb_setmode.c1825 tempcl |= ActiveTV; in XGI_UpdateModeInfo()
1832 if (temp & ActiveTV) in XGI_UpdateModeInfo()
1833 tempcl |= ActiveTV; in XGI_UpdateModeInfo()
/linux-4.4.14/drivers/video/fbdev/savage/
Dsavagefb_driver.c1988 ActiveTV = 0x04, in savage_init_hw() enumerator