trans_dp         2409 drivers/gpu/drm/i915/display/intel_dp.c 		u32 trans_dp;
trans_dp         2413 drivers/gpu/drm/i915/display/intel_dp.c 		trans_dp = I915_READ(TRANS_DP_CTL(crtc->pipe));
trans_dp         2415 drivers/gpu/drm/i915/display/intel_dp.c 			trans_dp |= TRANS_DP_ENH_FRAMING;
trans_dp         2417 drivers/gpu/drm/i915/display/intel_dp.c 			trans_dp &= ~TRANS_DP_ENH_FRAMING;
trans_dp         2418 drivers/gpu/drm/i915/display/intel_dp.c 		I915_WRITE(TRANS_DP_CTL(crtc->pipe), trans_dp);
trans_dp         3161 drivers/gpu/drm/i915/display/intel_dp.c 		u32 trans_dp = I915_READ(TRANS_DP_CTL(crtc->pipe));
trans_dp         3163 drivers/gpu/drm/i915/display/intel_dp.c 		if (trans_dp & TRANS_DP_HSYNC_ACTIVE_HIGH)
trans_dp         3168 drivers/gpu/drm/i915/display/intel_dp.c 		if (trans_dp & TRANS_DP_VSYNC_ACTIVE_HIGH)