Home
last modified time | relevance | path

Searched refs:CURPOS (Results 1 – 5 of 5) sorted by relevance

/drivers/video/fbdev/i810/
Di810_regs.h169 #define CURPOS 0x70088 macro
Di810_main.c1501 i810_writel(CURPOS, mmio, tmp); in i810fb_cursor()
/drivers/gpu/drm/i915/gvt/
Dhandlers.c1726 MMIO_D(CURPOS(PIPE_A), D_ALL); in init_generic_mmio_info()
1727 MMIO_D(CURPOS(PIPE_B), D_ALL); in init_generic_mmio_info()
1728 MMIO_D(CURPOS(PIPE_C), D_ALL); in init_generic_mmio_info()
/drivers/gpu/drm/i915/
Dintel_display.c9527 I915_WRITE_FW(CURPOS(PIPE_A), pos); in i845_update_cursor()
9534 I915_WRITE_FW(CURPOS(PIPE_A), pos); in i845_update_cursor()
9736 I915_WRITE_FW(CURPOS(pipe), pos); in i9xx_update_cursor()
9743 I915_WRITE_FW(CURPOS(pipe), pos); in i9xx_update_cursor()
15466 error->cursor[i].position = I915_READ(CURPOS(i)); in intel_display_capture_error_state()
Di915_reg.h5866 #define CURPOS(pipe) _CURSOR2(pipe, _CURAPOS) macro