Searched refs:CRTC_HSYNC_DIS (Results 1 – 2 of 2) sorted by relevance
331 ~(CRTC_HSYNC_DIS | CRTC_VSYNC_DIS | CRTC_DISPLAY_DIS)); in radeon_setmode()517 (CRTC_HSYNC_DIS | CRTC_VSYNC_DIS | CRTC_DISPLAY_DIS)); in radeon_setmode_9200()534 ~(CRTC_HSYNC_DIS | CRTC_VSYNC_DIS | CRTC_DISPLAY_DIS)); in radeon_setmode_9200()
526 #define CRTC_HSYNC_DIS (1 << 8) macro