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
/
denverton_ns
/
acpi
/
npk.asl
blob
9a25c8e57a921cd4896ac395eb24cc31b5ddb244
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
// Intel NPK Controller 0:1f.7
4
5
Device (NPK0)
6
{
7
Name (_ADR, 0x001f0007)
8
9
// Northpeak DFX
10
Method(_STA, 0, NotSerialized)
11
{
12
Return(0x0B)
13
}
14
}