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/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git]
/
src
/
ec
/
lenovo
/
h8
/
acpi
/
beep.asl
blob
3e5193856c5228fa3f6fd54d8266eeb17e382de9
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Field(ERAM, ByteAcc, NoLock, Preserve)
4
{
5
Offset (0x06),
6
SNDS, 8 /* Write to this register to generate sound */
7
8
}
9
10
Method(BEEP, 1, NotSerialized)
11
{
12
SNDS = Arg0
13
}