Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_pm.c2955 u32 mltr = intel_uncore_read(uncore, MLTR_ILK); in intel_read_wm_latency() local
2959 wm[1] = (mltr >> MLTR_WM1_SHIFT) & ILK_SRLT_MASK; in intel_read_wm_latency()
2960 wm[2] = (mltr >> MLTR_WM2_SHIFT) & ILK_SRLT_MASK; in intel_read_wm_latency()