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

/freebsd-11.0-release/sys/dev/fb/
H A Dmachfbreg.h187 #define CRTC_HSYNC_DIS 0x00000004 macro
H A Dmachfb.c820 ~(CRTC_HSYNC_DIS | CRTC_VSYNC_DIS | CRTC_DISPLAY_DIS);
825 crtc_gen_cntl |= CRTC_HSYNC_DIS | CRTC_VSYNC_DIS |
829 crtc_gen_cntl |= CRTC_HSYNC_DIS | CRTC_DISPLAY_DIS;

Completed in 60 milliseconds