Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/xgifb/
Dvb_def.h86 #define ActiveLCD 0x0020 macro
Dvb_init.c954 tempbx |= ActiveLCD; in XGINew_ChkSenseStatus()
1000 if (temp & ActiveLCD) { in XGINew_SetModeScratch()
1045 if ((!(temp & ActiveCRT1)) && ((temp & ActiveLCD) || 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.c1771 tempcl = tempcl | ActiveLCD; in XGI_UpdateModeInfo()
1775 if (!(tempcl & ActiveLCD)) { in XGI_UpdateModeInfo()
1781 tempcl |= ActiveLCD; in XGI_UpdateModeInfo()
1815 if (tempcl & ActiveLCD) { in XGI_UpdateModeInfo()
/Linux-v4.19/drivers/video/fbdev/savage/
Dsavagefb_driver.c1987 ActiveLCD = 0x02, in savage_init_hw() enumerator
2003 cr6b & ActiveLCD ? "and active" : "but not active"); in savage_init_hw()
2005 if (cr6b & ActiveLCD) { in savage_init_hw()