Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_pm.c2495 val_r1 = r1->wm_lp[i] & WM1_LP_LATENCY_MASK; in hsw_find_best_result()
2497 val_r2 = r2->wm_lp[i] & WM1_LP_LATENCY_MASK; in hsw_find_best_result()
H A Di915_reg.h3184 #define WM1_LP_LATENCY_MASK (0x7f<<24) macro