Searched refs:max_hw_pstate (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/x86/kernel/cpu/cpufreq/
H A Dpowernow-k8.h25 u32 max_hw_pstate; /* maximum legal hardware pstate */ member in struct:powernow_k8_data
H A Dpowernow-k8.c912 data->max_hw_pstate = (lo & HW_PSTATE_MAX_MASK) >> HW_PSTATE_MAX_SHIFT;
918 if (index > data->max_hw_pstate) {
1100 if (pstate > data->max_hw_pstate)

Completed in 104 milliseconds