Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm2/i915/
H A Di915_suspend.c252 dev_priv->regfile.saveCURABASE = I915_READ(_CURABASE); in i915_save_modeset_reg()
605 I915_WRITE(_CURABASE, dev_priv->regfile.saveCURABASE); in i915_restore_modeset_reg()
H A Di915_reg.h2989 #define _CURABASE 0x70084 macro
3005 #define CURBASE(pipe) _PIPE(pipe, _CURABASE, _CURBBASE)
3009 #define CURBASE_IVB(pipe) _PIPE(pipe, _CURABASE, _CURBBASE_IVB)
H A Dintel_display.c6309 I915_WRITE(_CURABASE, base); in i845_update_cursor()