Searched refs:powernow_table (Results 1 - 3 of 3) 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-k7.c95 static struct cpufreq_frequency_table *powernow_table; variable in typeref:struct:cpufreq_frequency_table
174 powernow_table[entry].frequency = CPUFREQ_ENTRY_INVALID;
184 powernow_table = kzalloc((sizeof(struct cpufreq_frequency_table) *
186 if (!powernow_table)
192 powernow_table[j].frequency = (fsb * fid_codes[fid]) / 10;
193 powernow_table[j].index = fid; /* lower 8 bits */
195 speed = powernow_table[j].frequency;
210 powernow_table[j].index |= (vid << 8); /* upper 8 bits */
218 powernow_table[number_scales].frequency = CPUFREQ_TABLE_END;
219 powernow_table[number_scale
[all...]
H A Dpowernow-k8.c610 static void invalidate_entry(struct cpufreq_frequency_table *powernow_table, argument
613 powernow_table[entry].frequency = CPUFREQ_ENTRY_INVALID;
620 if (data->powernow_table[j].frequency !=
625 data->powernow_table[j].index,
626 data->powernow_table[j].frequency/1000);
631 data->powernow_table[j].index & 0xff,
632 data->powernow_table[j].frequency/1000,
633 data->powernow_table[j].index >> 8);
659 struct cpufreq_frequency_table *powernow_table; local
685 powernow_table
829 struct cpufreq_frequency_table *powernow_table; local
906 fill_powernow_table_pstate(struct powernow_k8_data *data, struct cpufreq_frequency_table *powernow_table) argument
947 fill_powernow_table_fidvid(struct powernow_k8_data *data, struct cpufreq_frequency_table *powernow_table) argument
[all...]
H A Dpowernow-k8.h42 /* the powernow_table includes all frequency and vid/fid pairings:
45 struct cpufreq_frequency_table *powernow_table; member in struct:powernow_k8_data
223 static int fill_powernow_table_pstate(struct powernow_k8_data *data, struct cpufreq_frequency_table *powernow_table);
224 static int fill_powernow_table_fidvid(struct powernow_k8_data *data, struct cpufreq_frequency_table *powernow_table);

Completed in 73 milliseconds