blob: 7e7d50dc6a869fed7955cccd5a3bbb852348fc9a [file] [log] [blame]
Varshit Pandya9acc5722023-10-16 18:33:04 +05301/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3/*
4 * NOTE: The layout of the GNVS structure below must match the layout in
Felix Heldd123f8d2023-12-15 10:57:30 +01005 * soc/amd/genoa_poc/include/soc/nvs.h !!!
Varshit Pandya9acc5722023-10-16 18:33:04 +05306 */
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}