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

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_tv.c887 int dspcntr_reg = (intel_crtc->plane == 0) ? DSPACNTR : DSPBCNTR; local in function:i830_tv_restore
889 int dspcntr = INREG(dspcntr_reg);
892 OUTREG(dspcntr_reg, dspcntr & ~DISPLAY_PLANE_ENABLE);
912 OUTREG(dspcntr_reg, dspcntr);
1282 int dspcntr_reg = (intel_crtc->plane == 0) ? DSPACNTR : DSPBCNTR; local in function:i830_tv_mode_set
1284 int dspcntr = INREG(dspcntr_reg);
1289 OUTREG(dspcntr_reg, dspcntr & ~DISPLAY_PLANE_ENABLE);
1320 OUTREG(dspcntr_reg, dspcntr);
H A Di830_display.c1116 int dspcntr_reg = (plane == 0) ? DSPACNTR : DSPBCNTR; local in function:i830_crtc_enable
1144 temp = INREG(dspcntr_reg);
1147 OUTREG(dspcntr_reg, temp | DISPLAY_PLANE_ENABLE);
1173 int dspcntr_reg = (plane == 0) ? DSPACNTR : DSPBCNTR; local in function:i830_crtc_disable
1193 temp = INREG(dspcntr_reg);
1196 OUTREG(dspcntr_reg, temp & ~DISPLAY_PLANE_ENABLE);
1514 int dspcntr_reg = (plane == 0) ? DSPACNTR : DSPBCNTR; local in function:i830_crtc_mode_set
1851 OUTREG(dspcntr_reg, dspcntr);

Completed in 7 milliseconds