blob: 6a3d04e220b0f0acf055261c8509a49fe9f733b2 [file] [log] [blame]
Martin Rothf95a11e2022-10-21 16:43:08 -06001/* SPDX-License-Identifier: GPL-2.0-or-later */
2
Martin Rothf95a11e2022-10-21 16:43:08 -06003/*
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 */
Felix Heldf3180f02023-07-06 16:36:41 +020011 PM1I, 64, // 0x00 - 0x07 - System Wake Source - PM1 Index
12 GPEI, 64, // 0x08 - 0x0f - GPE Wake Source
Martin Rothf95a11e2022-10-21 16:43:08 -060013}