blob: 4fff04a7053b3213672878979874fea58db674b8 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/* Magic value used to locate this chip in the device tree */
#define SPEEDSTEP_APIC_MAGIC 0xACAC
struct cpu_intel_model_206ax_config {
int acpi_c1; /* ACPI C1 */
int acpi_c2; /* ACPI C2 */
int acpi_c3; /* ACPI C3 */
int tcc_offset; /* TCC Activation Offset */
};