blob: 4fff04a7053b3213672878979874fea58db674b8 [file] [log] [blame]
Angel Ponsf23ae0b2020-04-02 23:48:12 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Stefan Reinauer5c554632012-04-04 00:09:50 +02002
Stefan Reinauer5c554632012-04-04 00:09:50 +02003/* Magic value used to locate this chip in the device tree */
4#define SPEEDSTEP_APIC_MAGIC 0xACAC
5
6struct cpu_intel_model_206ax_config {
Angel Pons6f56a232021-01-04 17:02:23 +01007 int acpi_c1; /* ACPI C1 */
8 int acpi_c2; /* ACPI C2 */
9 int acpi_c3; /* ACPI C3 */
Duncan Laurie55632112012-07-16 12:19:00 -070010
11 int tcc_offset; /* TCC Activation Offset */
Stefan Reinauer5c554632012-04-04 00:09:50 +020012};