Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_rc6.c432 if (!((intel_uncore_read(uncore, PWRCTX_MAXCNT_RCSUNIT) & IDLE_TIME_MASK) > 1 && in bxt_check_bios_rc6_setup()
433 (intel_uncore_read(uncore, PWRCTX_MAXCNT_VCSUNIT0) & IDLE_TIME_MASK) > 1 && in bxt_check_bios_rc6_setup()
434 (intel_uncore_read(uncore, PWRCTX_MAXCNT_BCSUNIT) & IDLE_TIME_MASK) > 1 && in bxt_check_bios_rc6_setup()
435 (intel_uncore_read(uncore, PWRCTX_MAXCNT_VECSUNIT) & IDLE_TIME_MASK) > 1)) { in bxt_check_bios_rc6_setup()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_reg.h8747 #define IDLE_TIME_MASK 0xFFFFF macro