Searched refs:IDLE_TIME_MASK (Results 1 – 2 of 2) sorted by relevance
445 if (!((intel_uncore_read(uncore, PWRCTX_MAXCNT_RCSUNIT) & IDLE_TIME_MASK) > 1 && in bxt_check_bios_rc6_setup()446 (intel_uncore_read(uncore, PWRCTX_MAXCNT_VCSUNIT0) & IDLE_TIME_MASK) > 1 && in bxt_check_bios_rc6_setup()447 (intel_uncore_read(uncore, PWRCTX_MAXCNT_BCSUNIT) & IDLE_TIME_MASK) > 1 && in bxt_check_bios_rc6_setup()448 (intel_uncore_read(uncore, PWRCTX_MAXCNT_VECSUNIT) & IDLE_TIME_MASK) > 1)) { in bxt_check_bios_rc6_setup()
9147 #define IDLE_TIME_MASK 0xFFFFF macro