Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/xgifb/
Dvb_def.h713 #define ActiveTV 0x40 macro
760 #define ActiveTV 0x01 macro
Dvb_init.c1071 tempbx |= ActiveTV; in XGINew_ChkSenseStatus()
1122 if (temp & ActiveTV) { in XGINew_SetModeScratch()
1164 if ((!(temp & ActiveCRT1)) && ((temp & ActiveLCD) || (temp & ActiveTV) in XGINew_SetModeScratch()
1167 if ((temp & ActiveLCD) && (temp & ActiveTV)) in XGINew_SetModeScratch()
1176 if (!((temp & ActiveLCD) || (temp & ActiveTV) || (temp & ActiveCRT2))) in XGINew_SetModeScratch()
Dvb_setmode.c3334 tempcl |= ActiveTV; in XGI_UpdateModeInfo()
3341 if (temp & ActiveTV) in XGI_UpdateModeInfo()
3342 tempcl |= ActiveTV; in XGI_UpdateModeInfo()
/linux-2.6.39/drivers/video/savage/
Dsavagefb_driver.c1998 ActiveTV = 0x04, in savage_init_hw() enumerator