Lines Matching refs:numps
141 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()
724 for (j = 0; j < data->numps; j++) in fill_powernow_table()
800 data->numps = psb->numps; in find_psb_table()
801 pr_debug("numpstates: 0x%x\n", data->numps); in find_psb_table()
875 data->numps = data->acpi_data.state_count; in powernow_k8_cpu_init_acpi()