Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/cpufreq/
Dpowernow-k8.c501 for (j = 0; j < data->numps; j++) { in check_pst_table()
549 for (j = 0; j < data->numps; j++) { in print_basics()
572 data->numps = data->batps; in fill_powernow_table()
575 for (j = 1; j < data->numps; j++) { in fill_powernow_table()
582 if (data->numps < 2) { in fill_powernow_table()
591 * (data->numps + 1)), GFP_KERNEL); in fill_powernow_table()
595 for (j = 0; j < data->numps; j++) { in fill_powernow_table()
602 powernow_table[data->numps].frequency = CPUFREQ_TABLE_END; in fill_powernow_table()
603 powernow_table[data->numps].driver_data = 0; in fill_powernow_table()
615 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