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/mediatek/mt8196: Initialize SSPM
[coreboot.git]
/
src
/
soc
/
intel
/
common
/
acpi
/
acpi_wake_source.asl
blob
e8478840733024a9283e45451fc8fc6a6621004e
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Scope (\_SB)
4
{
5
Method (_SWS)
6
{
7
/* Index into PM1 for device that caused wake */
8
Return (\PM1I)
9
}
10
}
11
12
Scope (\_GPE)
13
{
14
Method (_SWS)
15
{
16
/* Index into GPE for device that caused wake */
17
Return (\GPEI)
18
}
19
}