These entries no longer exist as they are stored in CFR. Change-Id: Ia85855fddc36db76a65490a1d685e1943db28b74 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80483 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
18 lines
371 B
Plaintext
18 lines
371 B
Plaintext
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
OperationRegion (CMS2, SystemIO, 0x72, 0x2)
|
|
Field (CMS2, ByteAcc, NoLock, Preserve)
|
|
{
|
|
IND2, 8,
|
|
DAT2, 8,
|
|
}
|
|
|
|
IndexField (IND2, DAT2, ByteAcc, NoLock, Preserve)
|
|
{
|
|
Offset (0x80),
|
|
FLKC, 8, // Function Lock State
|
|
TPLC, 8, // Trackpad State
|
|
KLBC, 8, // Keyboard Backlight Brightness
|
|
KLSC, 8, // Keyboard Backlight State
|
|
}
|