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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dcstate.c81 unsigned int cstate_type; /* C-state type and not ACPI C-state type */ local
103 cstate_type = (cx->address >> MWAIT_SUBSTATE_SIZE) + 1;
104 edx_part = edx >> (cstate_type * MWAIT_SUBSTATE_SIZE);
124 if (!mwait_supported[cstate_type]) {
125 mwait_supported[cstate_type] = 1;

Completed in 88 milliseconds