Searched refs:VLV_PSRCTL (Results 1 – 2 of 2) sorted by relevance
207 I915_WRITE(VLV_PSRCTL(pipe), in vlv_psr_enable_source()226 I915_WRITE(VLV_PSRCTL(pipe), I915_READ(VLV_PSRCTL(pipe)) | in vlv_psr_activate()411 val = I915_READ(VLV_PSRCTL(intel_crtc->pipe)); in vlv_psr_disable()415 I915_WRITE(VLV_PSRCTL(intel_crtc->pipe), val); in vlv_psr_disable()536 val = I915_READ(VLV_PSRCTL(pipe)); in intel_psr_exit()546 I915_WRITE(VLV_PSRCTL(pipe), val); in intel_psr_exit()
2672 #define VLV_PSRCTL(pipe) _PIPE(pipe, _PSRCTLA, _PSRCTLB) macro