Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dpowernow-k8.c500 for (j = 0; j < data->numps; j++) { in check_pst_table()
548 for (j = 0; j < data->numps; j++) { in print_basics()
571 data->numps = data->batps; in fill_powernow_table()
574 for (j = 1; j < data->numps; j++) { in fill_powernow_table()
581 if (data->numps < 2) { in fill_powernow_table()
590 * (data->numps + 1)), GFP_KERNEL); in fill_powernow_table()
594 for (j = 0; j < data->numps; j++) { in fill_powernow_table()
601 powernow_table[data->numps].frequency = CPUFREQ_TABLE_END; in fill_powernow_table()
602 powernow_table[data->numps].driver_data = 0; in fill_powernow_table()
614 for (j = 0; j < data->numps; j++) in fill_powernow_table()
[all …]
H A Dpowernow-k8.h9 u32 numps; /* number of p-states */ member
172 u8 numps; member