Searched refs:CURCNTR (Results 1 – 2 of 2) sorted by relevance
5036 uint32_t cntl = I915_READ(CURCNTR(pipe)); in i9xx_update_cursor()5045 I915_WRITE(CURCNTR(pipe), cntl); in i9xx_update_cursor()7188 error->cursor[i].control = I915_READ(CURCNTR(i)); in intel_display_capture_error_state()
2875 #define CURCNTR(pipe) _PIPE(pipe, _CURACNTR, _CURBCNTR) macro