Searched refs:R128_CRTC2_DISP_DIS (Results 1 - 2 of 2) sorted by last modified time

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_reg.h380 # define R128_CRTC2_DISP_DIS (1 << 23) macro
H A Dr128_crtc.c279 R128_CRTC2_DISP_DIS);
805 mask = r128_crtc->crtc_id ? R128_CRTC2_DISP_DIS : (R128_CRTC_DISPLAY_DIS | R128_CRTC_HSYNC_DIS | R128_CRTC_VSYNC_DIS);
817 OUTREGP(R128_CRTC2_GEN_CNTL, R128_CRTC2_DISP_DIS, ~mask);
824 OUTREGP(R128_CRTC2_GEN_CNTL, R128_CRTC2_DISP_DIS, ~mask);

Completed in 10 milliseconds