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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/cpufreq/
H A Dacpi-cpufreq.c66 u64 pstate_index = 0; local
71 retval = ia64_pal_get_pstate(&pstate_index,
73 *value = (u32) pstate_index;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dpal.h1152 ia64_pal_get_pstate (u64 *pstate_index, unsigned long type) argument
1156 *pstate_index = iprv.v0;
1162 ia64_pal_set_pstate (u64 pstate_index) argument
1165 PAL_CALL_STK(iprv, PAL_SET_PSTATE, pstate_index, 0, 0);

Completed in 57 milliseconds