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
cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git]
/
src
/
mainboard
/
google
/
brya
/
wwan_power.asl
blob
f19a5ef4e923584e355838d52b4c7c703227d963
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <variant/gpio.h>
4
5
Method (MPTS, 1)
6
{
7
#if CONFIG(HAVE_PCIE_WWAN)
8
\_SB.PCI0.CTXS(WWAN_PERST);
9
Sleep(T1_OFF_MS)
10
#endif
11
\_SB.PCI0.CTXS(WWAN_RST);
12
Sleep(T2_OFF_MS)
13
\_SB.PCI0.CTXS(WWAN_FCPO);
14
}