Searched refs:LCD_GEN_CNTL (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dmach64_ct.c300 lcd_gen_cntrl = aty_ld_lcd(LCD_GEN_CNTL, par);
301 aty_st_lcd(LCD_GEN_CNTL, lcd_gen_cntrl & ~LCD_ON, par);
370 aty_st_lcd(LCD_GEN_CNTL, lcd_gen_cntrl, par);
H A Datyfb_base.c576 lcd_on_off = aty_ld_lcd(LCD_GEN_CNTL, par);
642 crtc->lcd_gen_cntl = aty_ld_lcd(LCD_GEN_CNTL, par);
646 aty_st_lcd(LCD_GEN_CNTL, crtc->lcd_gen_cntl &
667 aty_st_lcd(LCD_GEN_CNTL, (crtc->lcd_gen_cntl & ~CRTC_RW_SELECT) |
675 aty_st_le32(LCD_GEN_CNTL, crtc->lcd_gen_cntl, par);
690 aty_st_lcd(LCD_GEN_CNTL, crtc->lcd_gen_cntl &
732 aty_st_lcd(LCD_GEN_CNTL, (crtc->lcd_gen_cntl & ~CRTC_RW_SELECT) |
756 DPRINTK("LCD_GEN_CNTL: %x\n", crtc->lcd_gen_cntl);
762 aty_st_lcd(LCD_GEN_CNTL, crtc->lcd_gen_cntl, par);
887 crtc->lcd_gen_cntl = aty_ld_lcd(LCD_GEN_CNTL, pa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/video/
H A Dmach64.h1258 #define LCD_GEN_CNTL 0x01 macro

Completed in 66 milliseconds