Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/cpufreq/
Dpowernow-k8.c141 if ((boot_cpu_data.x86 == 0x11) && (i >= data->numps)) in query_current_values_with_pending_wait()
580 for (j = 0; j < data->numps; j++) { in check_pst_table()
632 for (j = 0; j < data->numps; j++) { in print_basics()
679 data->numps = data->batps; in fill_powernow_table()
682 for (j = 1; j < data->numps; j++) { in fill_powernow_table()
689 if (data->numps < 2) { in fill_powernow_table()
698 * (data->numps + 1)), GFP_KERNEL); in fill_powernow_table()
704 for (j = 0; j < data->numps; j++) { in fill_powernow_table()
711 powernow_table[data->numps].frequency = CPUFREQ_TABLE_END; in fill_powernow_table()
712 powernow_table[data->numps].index = 0; in fill_powernow_table()
[all …]
Dpowernow-k8.h23 u32 numps; /* number of p-states */ member
205 u8 numps; member