Searched refs:lcd_gen_cntl (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Datyfb_base.c630 crtc->lcd_gen_cntl = aty_ld_lcd(LCD_GEN_CNTL, par);
634 aty_st_lcd(LCD_GEN_CNTL, crtc->lcd_gen_cntl &
655 aty_st_lcd(LCD_GEN_CNTL, (crtc->lcd_gen_cntl & ~CRTC_RW_SELECT) |
663 aty_st_le32(LCD_GEN_CNTL, crtc->lcd_gen_cntl, par);
677 aty_st_lcd(LCD_GEN_CNTL, crtc->lcd_gen_cntl &
719 aty_st_lcd(LCD_GEN_CNTL, (crtc->lcd_gen_cntl & ~CRTC_RW_SELECT) |
737 DPRINTK("LCD_GEN_CNTL: %x\n", crtc->lcd_gen_cntl);
743 aty_st_lcd(LCD_GEN_CNTL, crtc->lcd_gen_cntl, par);
854 crtc->lcd_gen_cntl = aty_ld_lcd(LCD_GEN_CNTL, par) & ~CRTC_RW_SELECT;
856 crtc->lcd_gen_cntl
[all...]
H A Datyfb.h34 u32 lcd_gen_cntl; member in struct:crtc

Completed in 103 milliseconds