mb/google/nissa/var/rull: Add 6W and 15W DPTF parameters
[coreboot.git] / src / soc / intel / common / acpi / dptf_common.asl
blob50ed2f21f1fc39e3ed4d3bc4bb07b4416d03a0f0
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef DPTF_CPU_DEVICE
4 #define DPTF_CPU_DEVICE         TCPU
5 #endif
7 #ifndef DPTF_CPU_ADDR
8 #define DPTF_CPU_ADDR           0x00040000
9 #endif
11 #ifndef DPTF_CPU_PASSIVE
12 #define DPTF_CPU_PASSIVE        80
13 #endif
15 #ifndef DPTF_CPU_CRITICAL
16 #define DPTF_CPU_CRITICAL       90
17 #endif
19 #ifndef DPTF_CPU_ACTIVE_AC0
20 #define DPTF_CPU_ACTIVE_AC0     90
21 #endif
23 #ifndef DPTF_CPU_ACTIVE_AC1
24 #define DPTF_CPU_ACTIVE_AC1     80
25 #endif
27 #ifndef DPTF_CPU_ACTIVE_AC2
28 #define DPTF_CPU_ACTIVE_AC2     70
29 #endif
31 #ifndef DPTF_CPU_ACTIVE_AC3
32 #define DPTF_CPU_ACTIVE_AC3     60
33 #endif
35 #ifndef DPTF_CPU_ACTIVE_AC4
36 #define DPTF_CPU_ACTIVE_AC4     50
37 #endif
39 /* DPTF ACPI Device ID */
40 #ifndef DPTF_DPTF_DEVICE
41 #define DPTF_DPTF_DEVICE        "INT3400"
42 #endif
44 /* Generic ACPI Device ID for TSR0/1/2/3 and charger */
45 #ifndef DPTF_GEN_DEVICE
46 #define DPTF_GEN_DEVICE         "INT3403"
47 #endif
49 /* Fan ACPI Device ID */
50 #ifndef DPTF_FAN_DEVICE
51 #define DPTF_FAN_DEVICE         "INT3404"
52 #endif