1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 /* Enable ACPI _SWS methods */
4 #include <soc/intel/common/acpi/acpi_wake_source.asl>
7 * The _PTS method (Prepare To Sleep) is called before the OS is
8 * entering a sleep state. The sleep state number is passed in Arg0
15 /* The _WAK method is called on system wakeup */
19 Store(\_SB.PCI0.LPCB.EC.LIDC, \LIDS)
20 Store(\_SB.PCI0.LPCB.EC.ACIN, \PWRS)
21 Return (Package (){ 0, 0 })