1 /* SPDX-License-Identifier: GPL-2.0-only */
6 Method(_SST, 1, NotSerialized)
12 \_SB.PCI0.LPCB.EC.TLED(0x00)
13 /* suspend TLED off */
14 \_SB.PCI0.LPCB.EC.TLED(0x07)
21 \_SB.PCI0.LPCB.EC.TLED(0x80)
22 /* suspend TLED off */
23 \_SB.PCI0.LPCB.EC.TLED(0x07)
30 \_SB.PCI0.LPCB.EC.TLED(0x80)
31 /* suspend LED blinking */
32 \_SB.PCI0.LPCB.EC.TLED(0xc7)
38 /* power TLED pulsing */
39 \_SB.PCI0.LPCB.EC.TLED(0xa0)
41 \_SB.PCI0.LPCB.EC.TLED(0x87)