Home
last modified time | relevance | path

Searched refs:WM_MISC (Results 1 – 2 of 2) sorted by relevance

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_pm.c2538 prev_partitioning = (I915_READ(WM_MISC) & WM_MISC_DATA_PARTITION_5_6) ? in hsw_write_wm_values()
2577 val = I915_READ(WM_MISC); in hsw_write_wm_values()
2582 I915_WRITE(WM_MISC, val); in hsw_write_wm_values()
H A Di915_reg.h5038 #define WM_MISC 0x45260 macro