numps             498 drivers/cpufreq/powernow-k8.c 	for (j = 0; j < data->numps; j++) {
numps             546 drivers/cpufreq/powernow-k8.c 	for (j = 0; j < data->numps; j++) {
numps             569 drivers/cpufreq/powernow-k8.c 		data->numps = data->batps;
numps             572 drivers/cpufreq/powernow-k8.c 	for (j = 1; j < data->numps; j++) {
numps             579 drivers/cpufreq/powernow-k8.c 	if (data->numps < 2) {
numps             588 drivers/cpufreq/powernow-k8.c 		* (data->numps + 1)), GFP_KERNEL);
numps             592 drivers/cpufreq/powernow-k8.c 	for (j = 0; j < data->numps; j++) {
numps             599 drivers/cpufreq/powernow-k8.c 	powernow_table[data->numps].frequency = CPUFREQ_TABLE_END;
numps             600 drivers/cpufreq/powernow-k8.c 	powernow_table[data->numps].driver_data = 0;
numps             612 drivers/cpufreq/powernow-k8.c 	for (j = 0; j < data->numps; j++)
numps             688 drivers/cpufreq/powernow-k8.c 		data->numps = psb->numps;
numps             689 drivers/cpufreq/powernow-k8.c 		pr_debug("numpstates: 0x%x\n", data->numps);
numps             760 drivers/cpufreq/powernow-k8.c 	data->numps = data->acpi_data.state_count;
numps               9 drivers/cpufreq/powernow-k8.h 	u32 numps;  /* number of p-states */
numps             172 drivers/cpufreq/powernow-k8.h 	u8 numps;