Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/xgifb/
Dvb_def.h87 #define ActiveTV 0x40 macro
Dvb_init.c958 tempbx |= ActiveTV; in XGINew_ChkSenseStatus()
1003 if (temp & ActiveTV) { in XGINew_SetModeScratch()
1046 (temp & ActiveTV) || in XGINew_SetModeScratch()
1049 if ((temp & ActiveLCD) && (temp & ActiveTV)) in XGINew_SetModeScratch()
1058 if (!((temp & ActiveLCD) || (temp & ActiveTV) || (temp & ActiveCRT2))) in XGINew_SetModeScratch()
Dvb_setmode.c1810 tempcl |= ActiveTV; in XGI_UpdateModeInfo()
1817 if (temp & ActiveTV) in XGI_UpdateModeInfo()
1818 tempcl |= ActiveTV; in XGI_UpdateModeInfo()
/Linux-v4.19/drivers/video/fbdev/savage/
Dsavagefb_driver.c1988 ActiveTV = 0x04, in savage_init_hw() enumerator