Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/aty/
H A Dradeon_base.c1050 val &= ~(CRTC_DISPLAY_DIS | CRTC_HSYNC_DIS | in radeon_screen_blank()
1057 val |= (CRTC_DISPLAY_DIS | CRTC_HSYNC_DIS); in radeon_screen_blank()
1061 CRTC_HSYNC_DIS); in radeon_screen_blank()
1482 ~(CRTC_HSYNC_DIS | CRTC_VSYNC_DIS | CRTC_DISPLAY_DIS)); in radeon_write_mode()
/linux/include/video/
H A Dmach64.h584 #define CRTC_HSYNC_DIS 0x00000004 macro
H A Dradeon.h524 #define CRTC_HSYNC_DIS (1 << 8) macro