Searched refs:LCD_ON (Results 1 – 4 of 4) sorted by relevance
49 #define LCD_ON LCD_CURSOR_ON macro237 lcd_write_control(info, LCD_ON); in cobalt_lcdfb_blank()
580 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()
302 aty_st_lcd(LCD_GEN_CNTL, lcd_gen_cntrl & ~LCD_ON, par); in aty_set_pll_ct()
1305 #define LCD_ON 0x00000002ul macro