aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/acpi/dptf_common.asl
blob: 50ed2f21f1fc39e3ed4d3bc4bb07b4416d03a0f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef DPTF_CPU_DEVICE
#define DPTF_CPU_DEVICE		TCPU
#endif

#ifndef DPTF_CPU_ADDR
#define DPTF_CPU_ADDR		0x00040000
#endif

#ifndef DPTF_CPU_PASSIVE
#define DPTF_CPU_PASSIVE	80
#endif

#ifndef DPTF_CPU_CRITICAL
#define DPTF_CPU_CRITICAL	90
#endif

#ifndef DPTF_CPU_ACTIVE_AC0
#define DPTF_CPU_ACTIVE_AC0	90
#endif

#ifndef DPTF_CPU_ACTIVE_AC1
#define DPTF_CPU_ACTIVE_AC1	80
#endif

#ifndef DPTF_CPU_ACTIVE_AC2
#define DPTF_CPU_ACTIVE_AC2	70
#endif

#ifndef DPTF_CPU_ACTIVE_AC3
#define DPTF_CPU_ACTIVE_AC3	60
#endif

#ifndef DPTF_CPU_ACTIVE_AC4
#define DPTF_CPU_ACTIVE_AC4	50
#endif

/* DPTF ACPI Device ID */
#ifndef DPTF_DPTF_DEVICE
#define DPTF_DPTF_DEVICE	"INT3400"
#endif

/* Generic ACPI Device ID for TSR0/1/2/3 and charger */
#ifndef DPTF_GEN_DEVICE
#define DPTF_GEN_DEVICE		"INT3403"
#endif

/* Fan ACPI Device ID */
#ifndef DPTF_FAN_DEVICE
#define DPTF_FAN_DEVICE		"INT3404"
#endif