Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/
Dcobalt_lcdfb.c50 #define LCD_ON LCD_CURSOR_ON macro
238 lcd_write_control(info, LCD_ON); in cobalt_lcdfb_blank()
/linux-3.4.99/drivers/video/aty/
Datyfb_base.c576 if (lcd_on_off & LCD_ON) { in atyfb_get_pixclock()
899 if ((crtc->lcd_gen_cntl & LCD_ON) && in aty_var_to_crtc()
911 crtc->lcd_gen_cntl &= ~LCD_ON; in aty_var_to_crtc()
921 if ((par->lcd_table != 0) && (crtc->lcd_gen_cntl & LCD_ON)) { in aty_var_to_crtc()
979 if ((par->lcd_table != 0) && (crtc->lcd_gen_cntl & LCD_ON)) in aty_var_to_crtc()
1049 if (xres < par->lcd_width && crtc->lcd_gen_cntl & LCD_ON) { in aty_var_to_crtc()
1115 if (vdisplay < par->lcd_height && crtc->lcd_gen_cntl & LCD_ON) { in aty_var_to_crtc()
2316 if (par->lcd_table != 0 && (aty_ld_lcd(LCD_GEN_CNTL, par) & LCD_ON)) { in atyfb_get_timings_from_lcd()
2835 (aty_ld_lcd(LCD_GEN_CNTL, par) & LCD_ON)) { in atyfb_blank()
2864 (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-3.4.99/include/video/
Dmach64.h1305 #define LCD_ON 0x00000002ul macro