Home
last modified time | relevance | path

Searched refs:LCD_ON (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/video/aty/
Dmach64.h1162 #define LCD_ON 0x00000002ul macro
Datyfb_base.c560 LCD_ON | CRT_ON); in aty_set_crtc()
705 if ((info->lcd_table != 0) && ((*monitors_enabled & LCD_ON) != 0) && in aty_var_to_crtc()
715 *monitors_enabled = *monitors_enabled & (~LCD_ON); in aty_var_to_crtc()
719 if ((info->lcd_table == 0) || ((*monitors_enabled & LCD_ON) == 0)) { in aty_var_to_crtc()
1068 if ((info->lcd_table != 0) && ((monitors_enabled & LCD_ON) != 0)) { in atyfb_decode_var()