Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/aty/
H A Dradeon_base.c1004 tmp |= CRTC_CRT_ON; in radeonfb_ioctl()
1009 tmp &= ~CRTC_CRT_ON; in radeonfb_ioctl()
1026 if (CRTC_CRT_ON & tmp) in radeonfb_ioctl()
1743 newmode->crtc_ext_cntl |= CRTC_CRT_ON; in radeonfb_set_par()
1749 CRTC_CRT_ON; in radeonfb_set_par()
1912 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()
/linux/include/video/
H A Dradeon.h527 #define CRTC_CRT_ON (1 << 15) macro