Searched refs:CURCNTR (Results 1 – 5 of 5) sorted by relevance
167 #define CURCNTR 0x70080 macro
855 i810_writew(CURCNTR, mmio, COORD_ACTIVE | CURSOR_MODE_64_XOR); in i810_init_cursor()
1283 cur_state = I915_READ(CURCNTR(pipe)) & CURSOR_MODE; in assert_cursor()8741 I915_WRITE(CURCNTR(pipe), cntl); in i9xx_update_cursor()8742 POSTING_READ(CURCNTR(pipe)); in i9xx_update_cursor()14511 error->cursor[i].control = I915_READ(CURCNTR(i)); in intel_display_capture_error_state()
2639 state = I915_READ(CURCNTR(pipe)) & CURSOR_MODE; in cursor_active()
4456 #define CURCNTR(pipe) _CURSOR2(pipe, _CURACNTR) macro