aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_206ax/chip.h
blob: 4fff04a7053b3213672878979874fea58db674b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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 */
};