Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Dradeon_base.c1003 tmp |= CRTC_CRT_ON; in radeonfb_ioctl()
1008 tmp &= ~CRTC_CRT_ON; in radeonfb_ioctl()
1025 if (CRTC_CRT_ON & tmp) in radeonfb_ioctl()
1742 newmode->crtc_ext_cntl |= CRTC_CRT_ON; in radeonfb_set_par()
1748 CRTC_CRT_ON; in radeonfb_set_par()
1911 newmode->crtc_ext_cntl &= ~CRTC_CRT_ON; in radeonfb_set_par()
H A Dradeon_monitor.c327 ulData |= CRTC_CRT_ON; in radeon_crt_is_connected()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dati_radeon_fb.c365 mode->crtc_ext_cntl = VGA_ATI_LINEAR | XCRT_CNT_EN | CRTC_CRT_ON; in radeon_setmode_9200()
/OK3568_Linux_fs/u-boot/include/
H A Dradeon.h529 #define CRTC_CRT_ON (1 << 15) macro
/OK3568_Linux_fs/kernel/include/video/
H A Dradeon.h527 #define CRTC_CRT_ON (1 << 15) macro