Searched refs:CRTC_HSYNC_DIS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/fb/
H A Dmachfbreg.h187 #define CRTC_HSYNC_DIS 0x00000004 macro
H A Dmachfb.c821 ~(CRTC_HSYNC_DIS | CRTC_VSYNC_DIS | CRTC_DISPLAY_DIS);
826 crtc_gen_cntl |= CRTC_HSYNC_DIS | CRTC_VSYNC_DIS |
830 crtc_gen_cntl |= CRTC_HSYNC_DIS | CRTC_DISPLAY_DIS;

Completed in 27 milliseconds