Searched refs:TRANS_DP_CTL (Results 1 – 4 of 4) sorted by relevance
2413 trans_dp = I915_READ(TRANS_DP_CTL(crtc->pipe)); in intel_dp_prepare()2418 I915_WRITE(TRANS_DP_CTL(crtc->pipe), trans_dp); in intel_dp_prepare()3081 u32 val = I915_READ(TRANS_DP_CTL(p)); in cpt_dp_port_selected()3161 u32 trans_dp = I915_READ(TRANS_DP_CTL(crtc->pipe)); in intel_dp_get_config()
5271 i915_reg_t reg = TRANS_DP_CTL(pipe); in ironlake_pch_enable()6603 reg = TRANS_DP_CTL(pipe); in ironlake_crtc_disable()
2249 MMIO_D(TRANS_DP_CTL(PIPE_A), D_ALL); in init_generic_mmio_info()2250 MMIO_D(TRANS_DP_CTL(PIPE_B), D_ALL); in init_generic_mmio_info()2251 MMIO_D(TRANS_DP_CTL(PIPE_C), D_ALL); in init_generic_mmio_info()
8506 #define TRANS_DP_CTL(pipe) _MMIO_PIPE(pipe, _TRANS_DP_CTL_A, _TRANS_DP_CTL_B) macro