Simon Glass | e42bff5 | 2020-09-22 12:44:48 -0600 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
| 2 | /* |
| 3 | * Copyright (C) 2016 Intel Corporation. |
| 4 | */ |
| 5 | |
| 6 | #define DPTF_CPU_DEVICE TCPU |
| 7 | #define DPTF_CPU_ADDR 0x00000001 |
| 8 | |
| 9 | #ifndef DPTF_CPU_PASSIVE |
| 10 | #define DPTF_CPU_PASSIVE 80 |
| 11 | #endif |
| 12 | |
| 13 | #ifndef DPTF_CPU_CRITICAL |
| 14 | #define DPTF_CPU_CRITICAL 90 |
| 15 | #endif |
| 16 | |
| 17 | #ifndef DPTF_CPU_ACTIVE_AC0 |
| 18 | #define DPTF_CPU_ACTIVE_AC0 90 |
| 19 | #endif |
| 20 | |
| 21 | #ifndef DPTF_CPU_ACTIVE_AC1 |
| 22 | #define DPTF_CPU_ACTIVE_AC1 80 |
| 23 | #endif |
| 24 | |
| 25 | #ifndef DPTF_CPU_ACTIVE_AC2 |
| 26 | #define DPTF_CPU_ACTIVE_AC2 70 |
| 27 | #endif |
| 28 | |
| 29 | #ifndef DPTF_CPU_ACTIVE_AC3 |
| 30 | #define DPTF_CPU_ACTIVE_AC3 60 |
| 31 | #endif |
| 32 | |
| 33 | #ifndef DPTF_CPU_ACTIVE_AC4 |
| 34 | #define DPTF_CPU_ACTIVE_AC4 50 |
| 35 | #endif |