aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/cezanne/acpi/globalnvs.asl
blob: 3c1788747bf6b83682aa366a9b3ed6db8c97d112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-or-later */

/*
 * NOTE: The layout of the GNVS structure below must match the layout in
 * soc/amd/cezanne/include/soc/nvs.h !!!
 */

Field (GNVS, ByteAcc, NoLock, Preserve)
{
	/* Miscellaneous */
	PM1I,	64,	// 0x00 - 0x07 - System Wake Source - PM1 Index
	GPEI,	64,	// 0x08 - 0x0f - GPE Wake Source
}