Home
last modified time | relevance | path

Searched refs:_CURABASE (Results 1 – 3 of 3) sorted by relevance

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_ums.c103 dev_priv->regfile.saveCURABASE = I915_READ(_CURABASE); in i915_save_display_reg()
482 I915_WRITE(_CURABASE, dev_priv->regfile.saveCURABASE); in i915_restore_display_reg()
H A Di915_reg.h3315 #define _CURABASE (dev_priv->info->display_mmio_offset + 0x70084) macro
3331 #define CURBASE(pipe) _PIPE(pipe, _CURABASE, _CURBBASE)
3335 #define CURBASE_IVB(pipe) _PIPE(pipe, _CURABASE, _CURBBASE_IVB)
H A Dintel_display.c6419 I915_WRITE(_CURABASE, base); in i845_update_cursor()