Searched refs:VLV_PSRCTL (Results 1 – 2 of 2) sorted by relevance
227 I915_WRITE(VLV_PSRCTL(pipe), in vlv_psr_enable_source()246 I915_WRITE(VLV_PSRCTL(pipe), I915_READ(VLV_PSRCTL(pipe)) | in vlv_psr_activate()450 val = I915_READ(VLV_PSRCTL(intel_crtc->pipe)); in vlv_psr_disable()454 I915_WRITE(VLV_PSRCTL(intel_crtc->pipe), val); in vlv_psr_disable()575 val = I915_READ(VLV_PSRCTL(pipe)); in intel_psr_exit()585 I915_WRITE(VLV_PSRCTL(pipe), val); in intel_psr_exit()636 val = I915_READ(VLV_PSRCTL(pipe)); in intel_psr_single_frame_update()642 I915_WRITE(VLV_PSRCTL(pipe), val | VLV_EDP_PSR_SINGLE_FRAME_UPDATE); in intel_psr_single_frame_update()
3062 #define VLV_PSRCTL(pipe) _PIPE(pipe, _PSRCTLA, _PSRCTLB) macro