Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/power/cpuidle/x86_cstates/
H A Dx86_cstates.cpp152 int32 subStates = (cpuid.regs.edx >> (i * 4)) & 0xf; in init_cstates() local
154 if (subStates == 0) in init_cstates()
163 sCStates[sCStateCount].fSubStatesCount = subStates; in init_cstates()