Searched refs:EXITLINE (Results 1 – 2 of 2) sorted by relevance
3317 val = I915_READ(EXITLINE(cstate->cpu_transcoder)); in tgl_clear_psr2_transcoder_exitline()3319 I915_WRITE(EXITLINE(cstate->cpu_transcoder), val); in tgl_clear_psr2_transcoder_exitline()3333 val = I915_READ(EXITLINE(cstate->cpu_transcoder)); in tgl_set_psr2_transcoder_exitline()3337 I915_WRITE(EXITLINE(cstate->cpu_transcoder), val); in tgl_set_psr2_transcoder_exitline()3382 val = I915_READ(EXITLINE(crtc_state->cpu_transcoder)); in tgl_dc3co_exitline_get_config()
4316 #define EXITLINE(trans) _MMIO_TRANS2(trans, _EXITLINE_A) macro