1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* The APM port can be used for generating software SMIs */
5 OperationRegion (APMP, SystemIO, 0xb2, 2)
6 Field (APMP, ByteAcc, NoLock, Preserve)
8 APMC, 8, // APM command
12 #include <arch/x86/acpi/post.asl>
14 Name(\APC1, 0) // IIO IOAPIC
17 * The _PTS method (Prepare To Sleep) is called before the OS is
18 * entering a sleep state. The sleep state number is passed in Arg0
25 /* The _WAK method is called on system wakeup */
29 Return(Package(){0,0})