Home
last modified time | relevance | path

Searched refs:CRTC_DISPLAY_DIS (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/video/aty/
Dmach64.h560 #define CRTC_DISPLAY_DIS 0x00000040 macro
/linux-2.4.37.9/drivers/video/
Dradeonfb.c1291 OUTREG(CRTC_EXT_CNTL, save_crtc_ext_cntl | CRTC_DISPLAY_DIS); in radeon_fixup_apertures()
2750 val &= ~(CRTC_DISPLAY_DIS | CRTC_HSYNC_DIS | in radeonfb_blank()
2759 val |= (CRTC_DISPLAY_DIS | CRTC_VSYNC_DIS); in radeonfb_blank()
2762 val |= (CRTC_DISPLAY_DIS | CRTC_HSYNC_DIS); in radeonfb_blank()
2765 val |= (CRTC_DISPLAY_DIS | CRTC_VSYNC_DIS | in radeonfb_blank()
3385 CRTC_HSYNC_DIS | CRTC_VSYNC_DIS | CRTC_DISPLAY_DIS); in radeon_write_mode()
Dradeon.h485 #define CRTC_DISPLAY_DIS (1 << 10) macro