Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dati_radeon_fb.c332 ~(CRTC_HSYNC_DIS | CRTC_VSYNC_DIS | CRTC_DISPLAY_DIS)); in radeon_setmode()
518 (CRTC_HSYNC_DIS | CRTC_VSYNC_DIS | CRTC_DISPLAY_DIS)); in radeon_setmode_9200()
535 ~(CRTC_HSYNC_DIS | CRTC_VSYNC_DIS | CRTC_DISPLAY_DIS)); in radeon_setmode_9200()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Dradeon_base.c1049 val &= ~(CRTC_DISPLAY_DIS | CRTC_HSYNC_DIS | in radeon_screen_blank()
1053 val |= (CRTC_DISPLAY_DIS | CRTC_VSYNC_DIS); in radeon_screen_blank()
1056 val |= (CRTC_DISPLAY_DIS | CRTC_HSYNC_DIS); in radeon_screen_blank()
1059 val |= (CRTC_DISPLAY_DIS | CRTC_VSYNC_DIS | in radeon_screen_blank()
1063 val |= CRTC_DISPLAY_DIS; in radeon_screen_blank()
1481 ~(CRTC_HSYNC_DIS | CRTC_VSYNC_DIS | CRTC_DISPLAY_DIS)); in radeon_write_mode()
2032 OUTREG(CRTC_EXT_CNTL, save_crtc_ext_cntl | CRTC_DISPLAY_DIS); in fixup_memory_mappings()
/OK3568_Linux_fs/kernel/include/video/
H A Dmach64.h588 #define CRTC_DISPLAY_DIS 0x00000040 macro
H A Dradeon.h526 #define CRTC_DISPLAY_DIS (1 << 10) macro
/OK3568_Linux_fs/u-boot/include/
H A Dradeon.h528 #define CRTC_DISPLAY_DIS (1 << 10) macro