Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/kernel/cpufreq/
Dacpi-cpufreq.c67 u64 pstate_index = 0; in processor_get_pstate() local
72 retval = ia64_pal_get_pstate(&pstate_index, in processor_get_pstate()
74 *value = (u32) pstate_index; in processor_get_pstate()
/linux-2.6.39/arch/ia64/include/asm/
Dpal.h1158 ia64_pal_get_pstate (u64 *pstate_index, unsigned long type) in ia64_pal_get_pstate() argument
1162 *pstate_index = iprv.v0; in ia64_pal_get_pstate()
1168 ia64_pal_set_pstate (u64 pstate_index) in ia64_pal_set_pstate() argument
1171 PAL_CALL_STK(iprv, PAL_SET_PSTATE, pstate_index, 0, 0); in ia64_pal_set_pstate()