Searched refs:numps (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.h23 u32 numps; /* number of p-states */ member in struct:powernow_k8_data
205 u8 numps; member in struct:psb_s
H A Dpowernow-k8.c131 if ((boot_cpu_data.x86 == 0x11) && (i >= data->numps))
567 for (j = 0; j < data->numps; j++) {
619 for (j = 0; j < data->numps; j++) {
667 data->numps = data->batps;
670 for (j = 1; j < data->numps; j++) {
677 if (data->numps < 2) {
686 * (data->numps + 1)), GFP_KERNEL);
692 for (j = 0; j < data->numps; j++) {
699 powernow_table[data->numps].frequency = CPUFREQ_TABLE_END;
700 powernow_table[data->numps]
[all...]

Completed in 101 milliseconds