1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2 3/* 4 * NOTE: The layout of the GNVS structure below must match the layout in 5 * soc/amd/glinda/include/soc/nvs.h !!! 6 */ 7 8Field (GNVS, ByteAcc, NoLock, Preserve) 9{ 10 /* Miscellaneous */ 11 PM1I, 64, // 0x00 - 0x07 - System Wake Source - PM1 Index 12 GPEI, 64, // 0x08 - 0x0f - GPE Wake Source 13} 14