Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Dpowernow-k8.c510 for (j = 0; j < data->numps; j++) { in check_pst_table()
558 for (j = 0; j < data->numps; j++) { in print_basics()
581 data->numps = data->batps; in fill_powernow_table()
584 for (j = 1; j < data->numps; j++) { in fill_powernow_table()
591 if (data->numps < 2) { in fill_powernow_table()
600 * (data->numps + 1)), GFP_KERNEL); in fill_powernow_table()
606 for (j = 0; j < data->numps; j++) { in fill_powernow_table()
613 powernow_table[data->numps].frequency = CPUFREQ_TABLE_END; in fill_powernow_table()
614 powernow_table[data->numps].driver_data = 0; in fill_powernow_table()
626 for (j = 0; j < data->numps; j++) in fill_powernow_table()
[all …]
Dpowernow-k8.h11 u32 numps; /* number of p-states */ member
174 u8 numps; member