Searched refs:DP_PORT_EN (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_dp.c1223 if (dpa_ctl & DP_PORT_EN)
1229 intel_dp->DP &= ~(DP_PORT_EN | DP_AUDIO_OUTPUT_ENABLE);
1250 if (dpa_ctl & DP_PORT_EN)
1301 if (!(tmp & DP_PORT_EN))
1417 if (dp_reg & DP_PORT_EN) {
2062 DP |= DP_PORT_EN;
2228 if ((I915_READ(intel_dp->output_reg) & DP_PORT_EN) == 0)
2274 I915_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN);
H A Di915_reg.h2782 #define DP_PORT_EN (1UL << 31) /* OSOL_i915 */ macro
H A Dintel_display.c1189 if ((val & DP_PORT_EN) == 0)
1259 if (HAS_PCH_IBX(dev_priv->dev) && (val & DP_PORT_EN) == 0

Completed in 116 milliseconds