Home
last modified time | relevance | path

Searched refs:MI_ARB_STATE (Results 1 – 4 of 4) sorted by relevance

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_suspend.c378 dev_priv->regfile.saveMI_ARB_STATE = I915_READ(MI_ARB_STATE); in i915_save_state()
425 I915_WRITE(MI_ARB_STATE, dev_priv->regfile.saveMI_ARB_STATE | 0xffff0000); in i915_restore_state()
H A Dintel_pm.c4459 I915_WRITE(MI_ARB_STATE, in crestline_init_clock_gating()
4473 I915_WRITE(MI_ARB_STATE, in broadwater_init_clock_gating()
H A Di915_gem.c3767 I915_WRITE(MI_ARB_STATE, in i915_gem_load()
H A Di915_reg.h855 #define MI_ARB_STATE 0x020e4 /* 915+ only */ macro