Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/aty/
Datyfb_base.c500 aty_st_lcd(LCD_GEN_CTRL, aty_ld_lcd(LCD_GEN_CTRL, info) | SHADOW_RW_EN, in aty_set_crtc()
504 aty_st_lcd(LCD_GEN_CTRL, aty_ld_lcd(LCD_GEN_CTRL, info) & ~SHADOW_RW_EN, in aty_set_crtc()
555 v = aty_ld_lcd(LCD_GEN_CTRL, info); in aty_set_crtc()
562 aty_st_lcd(LCD_GEN_CTRL, v, info); in aty_set_crtc()
1355 return aty_ld_lcd(LCD_GEN_CTRL, info) & 3; in atyfb_monitors_enabled()
Dmach64.h1111 #define LCD_GEN_CTRL 0x01 macro