Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Dpowernow-k8.c503 for (j = 0; j < data->numps; j++) { in check_pst_table()
551 for (j = 0; j < data->numps; j++) { in print_basics()
574 data->numps = data->batps; in fill_powernow_table()
577 for (j = 1; j < data->numps; j++) { in fill_powernow_table()
584 if (data->numps < 2) { in fill_powernow_table()
593 * (data->numps + 1)), GFP_KERNEL); in fill_powernow_table()
599 for (j = 0; j < data->numps; j++) { in fill_powernow_table()
606 powernow_table[data->numps].frequency = CPUFREQ_TABLE_END; in fill_powernow_table()
607 powernow_table[data->numps].driver_data = 0; in fill_powernow_table()
619 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