We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fab2f4e + be53c86 commit 3507eb2Copy full SHA for 3507eb2
2 files changed
src/platform/apollolake/include/platform/platform.h
@@ -119,7 +119,7 @@ struct sof;
119
#define PLATFORM_DEFAULT_DELAY 12
120
121
/* minimal L1 exit time in cycles */
122
-#define PLATFORM_FORCE_L1_EXIT_TIME 12288
+#define PLATFORM_FORCE_L1_EXIT_TIME 585
123
124
/* Platform defined panic code */
125
static inline void platform_panic(uint32_t p)
src/platform/cannonlake/include/platform/platform.h
@@ -116,7 +116,7 @@ struct sof;
116
117
118
-#define PLATFORM_FORCE_L1_EXIT_TIME 8192
+#define PLATFORM_FORCE_L1_EXIT_TIME 482
/* Platform defined trace code */
0 commit comments