Searched refs:CURCNTR (Results 1 – 4 of 4) sorted by relevance
167 #define CURCNTR 0x70080 macro
855 i810_writew(CURCNTR, mmio, COORD_ACTIVE | CURSOR_MODE_64_XOR); in i810_init_cursor()
3674 u32 cntl = I915_READ(CURCNTR(pipe)); in g4x_fixup_plane()3680 I915_WRITE(CURCNTR(pipe), CURSOR_MODE_64_ARGB_AX); in g4x_fixup_plane()3682 I915_WRITE(CURCNTR(pipe), cntl); in g4x_fixup_plane()6249 uint32_t cntl = I915_READ(CURCNTR(pipe)); in i9xx_update_cursor()6258 I915_WRITE(CURCNTR(pipe), cntl); in i9xx_update_cursor()9569 error->cursor[i].control = I915_READ(CURCNTR(i)); in intel_display_capture_error_state()
3045 #define CURCNTR(pipe) _PIPE(pipe, _CURACNTR, _CURBCNTR) macro