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
mb/prodrive/atlas: Remove the workaround for CLKREQ pins
[coreboot2.git]
/
src
/
soc
/
intel
/
braswell
/
acpi
/
dptf
/
wwan.asl
blob
91dbf93712636763f1b9c2f02d12a57506f2323a
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Device (WWAN)
4
{
5
Name (_HID, "INT3408")
6
Name (_UID, 0)
7
Name (PTYP, 0xF)
8
Name (_STR, Unicode("Wireless Wide Area Network"))
9
10
Method (_STA)
11
{
12
If (\DPTE == 1) {
13
Return (0xF)
14
} Else {
15
Return (0x0)
16
}
17
}
18
}