Searched refs:LCD_ON (Results 1 – 4 of 4) sorted by relevance
51 #define LCD_ON LCD_CURSOR_ON macro281 lcd_write_control(info, LCD_ON); in cobalt_lcdfb_blank()
577 if (lcd_on_off & LCD_ON) { in atyfb_get_pixclock()900 if ((crtc->lcd_gen_cntl & LCD_ON) && in aty_var_to_crtc()912 crtc->lcd_gen_cntl &= ~LCD_ON; in aty_var_to_crtc()922 if ((par->lcd_table != 0) && (crtc->lcd_gen_cntl & LCD_ON)) { in aty_var_to_crtc()980 if ((par->lcd_table != 0) && (crtc->lcd_gen_cntl & LCD_ON)) in aty_var_to_crtc()1050 if (xres < par->lcd_width && crtc->lcd_gen_cntl & LCD_ON) { in aty_var_to_crtc()1116 if (vdisplay < par->lcd_height && crtc->lcd_gen_cntl & LCD_ON) { in aty_var_to_crtc()2309 if (par->lcd_table != 0 && (aty_ld_lcd(LCD_GEN_CNTL, par) & LCD_ON)) { in atyfb_get_timings_from_lcd()2829 (aty_ld_lcd(LCD_GEN_CNTL, par) & LCD_ON)) { in atyfb_blank()2858 (aty_ld_lcd(LCD_GEN_CNTL, par) & LCD_ON)) { in atyfb_blank()
302 aty_st_lcd(LCD_GEN_CNTL, lcd_gen_cntrl & ~LCD_ON, par); in aty_set_pll_ct()
1305 #define LCD_ON 0x00000002ul macro