Searched refs:lcd_gen_cntl (Results 1 – 2 of 2) sorted by relevance
669 crtc->lcd_gen_cntl = aty_ld_lcd(LCD_GEN_CNTL, par); in aty_get_crtc()673 aty_st_lcd(LCD_GEN_CNTL, crtc->lcd_gen_cntl & in aty_get_crtc()702 aty_st_le32(LCD_GEN_CNTL, crtc->lcd_gen_cntl, par); in aty_get_crtc()717 aty_st_lcd(LCD_GEN_CNTL, crtc->lcd_gen_cntl & in aty_set_crtc()788 DPRINTK("LCD_GEN_CNTL: %x\n", crtc->lcd_gen_cntl); in aty_set_crtc()794 aty_st_lcd(LCD_GEN_CNTL, crtc->lcd_gen_cntl, par); in aty_set_crtc()921 crtc->lcd_gen_cntl &= in aty_var_to_crtc()925 crtc->lcd_gen_cntl |= DONT_SHADOW_VPAR | LOCK_8DOT; in aty_var_to_crtc()927 if ((crtc->lcd_gen_cntl & LCD_ON) && in aty_var_to_crtc()936 if (crtc->lcd_gen_cntl & CRT_ON) { in aty_var_to_crtc()[all …]
37 u32 lcd_gen_cntl; member