Searched refs:TRANS_DP_CTL (Results 1 – 3 of 3) sorted by relevance
1638 trans_dp = I915_READ(TRANS_DP_CTL(crtc->pipe)); in intel_dp_prepare()1643 I915_WRITE(TRANS_DP_CTL(crtc->pipe), trans_dp); in intel_dp_prepare()2253 u32 trans_dp = I915_READ(TRANS_DP_CTL(p)); in intel_dp_get_hw_state()2287 u32 trans_dp = I915_READ(TRANS_DP_CTL(crtc->pipe)); in intel_dp_get_config()
1484 u32 trans_dp_ctl_reg = TRANS_DP_CTL(pipe); in dp_pipe_enabled()4200 reg = TRANS_DP_CTL(pipe); in ironlake_pch_enable()5111 reg = TRANS_DP_CTL(pipe); in ironlake_crtc_disable()
6640 #define TRANS_DP_CTL(pipe) _PIPE(pipe, TRANS_DP_CTL_A, TRANS_DP_CTL_B) macro