Searched refs:CRTC_RW_SELECT (Results 1 – 2 of 2) sorted by relevance
661 ~(CRTC_RW_SELECT | SHADOW_EN | SHADOW_RW_EN), par); in aty_get_crtc()681 aty_st_lcd(LCD_GEN_CNTL, (crtc->lcd_gen_cntl & ~CRTC_RW_SELECT) | in aty_get_crtc()705 ~(CRTC_RW_SELECT | SHADOW_EN | SHADOW_RW_EN), par); in aty_set_crtc()751 aty_st_lcd(LCD_GEN_CNTL, (crtc->lcd_gen_cntl & ~CRTC_RW_SELECT) | in aty_set_crtc()906 crtc->lcd_gen_cntl = aty_ld_lcd(LCD_GEN_CNTL, par) & ~CRTC_RW_SELECT; in aty_var_to_crtc()
1323 #define CRTC_RW_SELECT 0x08000000ul /* LTPro */ macro