Searched refs:subStates (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/power/cpuidle/intel_cstates/
H A Dintel_cstates.cpp150 int32 subStates = (cpuid.regs.edx >> (i * 4)) & 0xf; local
152 if (subStates == 0)
161 sCStates[sCStateCount].fSubStatesCount = subStates;

Completed in 37 milliseconds