Searched refs:CURCNTR (Results 1 – 5 of 5) sorted by relevance
167 #define CURCNTR 0x70080 macro
856 i810_writew(CURCNTR, mmio, COORD_ACTIVE | CURSOR_MODE_64_XOR); in i810_init_cursor()
1334 cur_state = I915_READ(CURCNTR(PIPE_A)) & CURSOR_ENABLE; in assert_cursor()1336 cur_state = I915_READ(CURCNTR(pipe)) & CURSOR_MODE; in assert_cursor()9968 I915_WRITE(CURCNTR(PIPE_A), 0); in i845_update_cursor()9969 POSTING_READ(CURCNTR(PIPE_A)); in i845_update_cursor()9984 I915_WRITE(CURCNTR(PIPE_A), cntl); in i845_update_cursor()9985 POSTING_READ(CURCNTR(PIPE_A)); in i845_update_cursor()10024 I915_WRITE(CURCNTR(pipe), cntl); in i9xx_update_cursor()10025 POSTING_READ(CURCNTR(pipe)); in i9xx_update_cursor()15703 error->cursor[i].control = I915_READ(CURCNTR(i)); in intel_display_capture_error_state()
2924 state = I915_READ(CURCNTR(PIPE_A)) & CURSOR_ENABLE; in cursor_active()2926 state = I915_READ(CURCNTR(pipe)) & CURSOR_MODE; in cursor_active()
4910 #define CURCNTR(pipe) _CURSOR2(pipe, _CURACNTR) macro