repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git]
/
src
/
mainboard
/
system76
/
oryp5
/
acpi
/
sleep.asl
blob
f2b194c422ff1b3a7265f8fc7198d1514b7076b0
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
/* Method called from _PTS prior to enter sleep state */
4
Method (MPTS, 1)
5
{
6
\_SB.PCI0.LPCB.EC0.PTS (Arg0)
7
}
8
9
/* Method called from _WAK prior to wakeup */
10
Method (MWAK, 1)
11
{
12
\_SB.PCI0.LPCB.EC0.WAK (Arg0)
13
}