Home
last modified time | relevance | path

Searched refs:EventDescStr (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/
DIntelQNCLib.c145 CHAR8 *EventDescStr; in QNCCheckS3AndClearState() local
148 EventDescStr = NULL; in QNCCheckS3AndClearState()
172 EventDescStr = "RTC Alarm"; in QNCCheckS3AndClearState()
176 EventDescStr = "PCIe WAKE"; in QNCCheckS3AndClearState()
180 EventDescStr = "PCIe"; in QNCCheckS3AndClearState()
184 EventDescStr = "GPIO"; in QNCCheckS3AndClearState()
188 EventDescStr = "Ext. GPE"; in QNCCheckS3AndClearState()
192 EventDescStr = "Unknown"; in QNCCheckS3AndClearState()
194 DEBUG ((EFI_D_INFO, "S3 Wake Event - %a\n", EventDescStr)); in QNCCheckS3AndClearState()