Searched refs:cpu_ids (Results 1 – 3 of 3) sorted by relevance
/drivers/cpufreq/ |
D | speedstep-centrino.c | 53 static const struct cpu_id cpu_ids[] = { variable 61 #define N_IDS ARRAY_SIZE(cpu_ids) 206 #define BANIAS(max) _BANIAS(&cpu_ids[CPU_BANIAS], max, #max) 212 _BANIAS(&cpu_ids[CPU_BANIAS], 900, " 900"), 223 { &cpu_ids[CPU_DOTHAN_A1], NULL, 0, NULL }, 224 { &cpu_ids[CPU_DOTHAN_A2], NULL, 0, NULL }, 225 { &cpu_ids[CPU_DOTHAN_B0], NULL, 0, NULL }, 226 { &cpu_ids[CPU_MP4HT_D0], NULL, 0, NULL }, 227 { &cpu_ids[CPU_MP4HT_E0], NULL, 0, NULL }, 296 if ((per_cpu(centrino_cpu, cpu) == &cpu_ids[CPU_BANIAS]) || in extract_clock() [all …]
|
/drivers/acpi/x86/ |
D | utils.c | 38 struct x86_cpu_id cpu_ids[2]; member 145 if (!x86_match_cpu(override_status_ids[i].cpu_ids)) in acpi_device_override_status()
|
/drivers/hwmon/ |
D | amd_energy.c | 333 static const struct x86_cpu_id cpu_ids[] __initconst = { variable 337 MODULE_DEVICE_TABLE(x86cpu, cpu_ids); 343 if (!x86_match_cpu(cpu_ids)) in amd_energy_init()
|