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

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_tv.c890 int dspbase_reg = (intel_crtc->plane == 0) ? DSPABASE : DSPBBASE; local in function:i830_tv_restore
894 OUTREG(dspbase_reg, INREG(dspbase_reg));
914 OUTREG(dspbase_reg, INREG(dspbase_reg));
1285 int dspbase_reg = (intel_crtc->plane == 0) ? DSPABASE : DSPBBASE; local in function:i830_tv_mode_set
1291 OUTREG(dspbase_reg, INREG(dspbase_reg));
1322 OUTREG(dspbase_reg, INREG(dspbase_reg));
[all...]
H A Di830_display.c1117 int dspbase_reg = (plane == 0) ? DSPABASE : DSPBBASE; local in function:i830_crtc_enable
1149 OUTREG(dspbase_reg, INREG(dspbase_reg));
1174 int dspbase_reg = (plane == 0) ? DSPABASE : DSPBBASE; local in function:i830_crtc_disable
1198 OUTREG(dspbase_reg, INREG(dspbase_reg));
1199 POSTING_READ(dspbase_reg);

Completed in 6 milliseconds