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

/drivers/staging/xgifb/
H A Dvb_def.h86 #define ActiveLCD 0x0020 macro
H A Dvb_init.c951 tempbx |= ActiveLCD;
997 if (temp & ActiveLCD) {
1042 if ((!(temp & ActiveCRT1)) && ((temp & ActiveLCD) || (temp & ActiveTV)
1045 if ((temp & ActiveLCD) && (temp & ActiveTV))
1054 if (!((temp & ActiveLCD) || (temp & ActiveTV) || (temp & ActiveCRT2)))
H A Dvb_setmode.c1794 tempcl = tempcl | ActiveLCD;
1798 if (!(tempcl & ActiveLCD))
1803 tempcl |= ActiveLCD;
1837 if (tempcl & ActiveLCD) {
/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c1998 ActiveLCD = 0x02, enumerator in enum:ACTIVE_DISPLAYS
2014 cr6b & ActiveLCD ? "and active" : "but not active");
2016 if (cr6b & ActiveLCD) {

Completed in 251 milliseconds