Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/cpufreq/
Dpowernow-k8.c498 for (j = 0; j < data->numps; j++) { in check_pst_table()
546 for (j = 0; j < data->numps; j++) { in print_basics()
569 data->numps = data->batps; in fill_powernow_table()
572 for (j = 1; j < data->numps; j++) { in fill_powernow_table()
579 if (data->numps < 2) { in fill_powernow_table()
588 * (data->numps + 1)), GFP_KERNEL); in fill_powernow_table()
592 for (j = 0; j < data->numps; j++) { in fill_powernow_table()
599 powernow_table[data->numps].frequency = CPUFREQ_TABLE_END; in fill_powernow_table()
600 powernow_table[data->numps].driver_data = 0; in fill_powernow_table()
612 for (j = 0; j < data->numps; j++) in fill_powernow_table()
[all …]
Dpowernow-k8.h9 u32 numps; /* number of p-states */ member
172 u8 numps; member