Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/
Dcobalt_lcdfb.c49 #define LCD_ON LCD_CURSOR_ON macro
237 lcd_write_control(info, LCD_ON); in cobalt_lcdfb_blank()
/linux-2.6.39/drivers/video/aty/
Datyfb_base.c580 if (lcd_on_off & LCD_ON) { in atyfb_get_pixclock()
903 if ((crtc->lcd_gen_cntl & LCD_ON) && in aty_var_to_crtc()
915 crtc->lcd_gen_cntl &= ~LCD_ON; in aty_var_to_crtc()
925 if ((par->lcd_table != 0) && (crtc->lcd_gen_cntl & LCD_ON)) { in aty_var_to_crtc()
983 if ((par->lcd_table != 0) && (crtc->lcd_gen_cntl & LCD_ON)) in aty_var_to_crtc()
1053 if (xres < par->lcd_width && crtc->lcd_gen_cntl & LCD_ON) { in aty_var_to_crtc()
1119 if (vdisplay < par->lcd_height && crtc->lcd_gen_cntl & LCD_ON) { in aty_var_to_crtc()
2318 if (par->lcd_table != 0 && (aty_ld_lcd(LCD_GEN_CNTL, par) & LCD_ON)) { in atyfb_get_timings_from_lcd()
2837 (aty_ld_lcd(LCD_GEN_CNTL, par) & LCD_ON)) { in atyfb_blank()
2866 (aty_ld_lcd(LCD_GEN_CNTL, par) & LCD_ON)) { in atyfb_blank()
Dmach64_ct.c302 aty_st_lcd(LCD_GEN_CNTL, lcd_gen_cntrl & ~LCD_ON, par); in aty_set_pll_ct()
/linux-2.6.39/include/video/
Dmach64.h1305 #define LCD_ON 0x00000002ul macro