Searched refs:VLV_PSRSTAT (Results 1 – 3 of 3) sorted by relevance
69 val = I915_READ(VLV_PSRSTAT(pipe)) & in vlv_is_psr_active_on_pipe()407 if (wait_for((I915_READ(VLV_PSRSTAT(intel_crtc->pipe)) & in vlv_psr_disable()493 if (wait_for((I915_READ(VLV_PSRSTAT(pipe)) & in intel_psr_work()
2276 stat[pipe] = I915_READ(VLV_PSRSTAT(pipe)) & in i915_edp_psr_status()
2692 #define VLV_PSRSTAT(pipe) _PIPE(pipe, _PSRSTATA, _PSRSTATB) macro