repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git]
/
src
/
mainboard
/
starlabs
/
starbook
/
acpi
/
sleep.asl
blob
78a2d290db7d23826ce7f8508320c018df502114
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Method (MPTS, 1, NotSerialized)
4
{
5
#if CONFIG(BOARD_STARLABS_STARBOOK_TGL)
6
If (Arg0 == 0x03) {
7
\_SB.PCI0.CTXS (GPP_D16)
8
}
9
#endif
10
11
RPTS (Arg0)
12
}
13
14
Method (MWAK, 1, NotSerialized)
15
{
16
RWAK (Arg0)
17
}