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

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_crtc.c261 R128_CRTC_VSYNC_DIS | R128_CRTC_HSYNC_DIS | R128_CRTC_DISPLAY_DIS);
805 mask = r128_crtc->crtc_id ? R128_CRTC2_DISP_DIS : (R128_CRTC_DISPLAY_DIS | R128_CRTC_HSYNC_DIS | R128_CRTC_VSYNC_DIS);
819 OUTREGP(R128_CRTC_EXT_CNTL, (R128_CRTC_DISPLAY_DIS | R128_CRTC_HSYNC_DIS), ~mask);
H A Dr128_reg.h323 # define R128_CRTC_HSYNC_DIS (1 << 8) macro

Completed in 8 milliseconds