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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/cpufreq/
H A Dacpi-cpufreq.c67 u64 pstate_index = 0; local
72 retval = ia64_pal_get_pstate(&pstate_index,
74 *value = (u32) pstate_index;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dpal.h1158 ia64_pal_get_pstate (u64 *pstate_index, unsigned long type) argument
1162 *pstate_index = iprv.v0;
1168 ia64_pal_set_pstate (u64 pstate_index) argument
1171 PAL_CALL_STK(iprv, PAL_SET_PSTATE, pstate_index, 0, 0);

Completed in 189 milliseconds