Home
last modified time | relevance | path

Searched refs:CRTC_RW_SELECT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/video/
H A Dmach64.h1323 #define CRTC_RW_SELECT 0x08000000ul /* LTPro */ macro
/openbmc/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c671 ~(CRTC_RW_SELECT | SHADOW_EN | SHADOW_RW_EN), par); in aty_get_crtc()
691 aty_st_lcd(LCD_GEN_CNTL, (crtc->lcd_gen_cntl & ~CRTC_RW_SELECT) | in aty_get_crtc()
715 ~(CRTC_RW_SELECT | SHADOW_EN | SHADOW_RW_EN), par); in aty_set_crtc()
761 aty_st_lcd(LCD_GEN_CNTL, (crtc->lcd_gen_cntl & ~CRTC_RW_SELECT) | in aty_set_crtc()
916 crtc->lcd_gen_cntl = aty_ld_lcd(LCD_GEN_CNTL, par) & ~CRTC_RW_SELECT; in aty_var_to_crtc()