Searched refs:CURBASE (Results 1 – 5 of 5) sorted by relevance
168 #define CURBASE 0x70084 macro
854 i810_writel(CURBASE, mmio, par->cursor_heap.physical); in i810_init_cursor()1488 if ((i810_readl(CURBASE, mmio) & 0xf) != par->cursor_heap.physical) { in i810fb_cursor()
3156 I915_WRITE(CURBASE(pipe), I915_READ(CURBASE(pipe))); in skl_wm_flush_pipe()
8747 I915_WRITE(CURBASE(pipe), base); in i9xx_update_cursor()8748 POSTING_READ(CURBASE(pipe)); in i9xx_update_cursor()14513 error->cursor[i].base = I915_READ(CURBASE(i)); in intel_display_capture_error_state()
4457 #define CURBASE(pipe) _CURSOR2(pipe, _CURABASE) macro