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

/freebsd-11-stable/sys/dev/fb/
H A Dmachfbreg.h191 #define CRTC_DISPLAY_DIS 0x00000040 macro
H A Dmachfb.c820 ~(CRTC_HSYNC_DIS | CRTC_VSYNC_DIS | CRTC_DISPLAY_DIS);
826 CRTC_DISPLAY_DIS;
829 crtc_gen_cntl |= CRTC_HSYNC_DIS | CRTC_DISPLAY_DIS;
832 crtc_gen_cntl |= CRTC_VSYNC_DIS | CRTC_DISPLAY_DIS;

Completed in 107 milliseconds