Home
last modified time | relevance | path

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

/drivers/staging/xgifb/
Dvb_init.c951 tempbx |= ActiveLCD; in XGINew_ChkSenseStatus()
997 if (temp & ActiveLCD) { 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_def.h85 #define ActiveLCD 0x0020 macro
Dvb_setmode.c1779 tempcl = tempcl | ActiveLCD; in XGI_UpdateModeInfo()
1783 if (!(tempcl & ActiveLCD)) in XGI_UpdateModeInfo()
1788 tempcl |= ActiveLCD; in XGI_UpdateModeInfo()
1822 if (tempcl & ActiveLCD) { in XGI_UpdateModeInfo()
/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()