1 /* SPDX-License-Identifier: GPL-2.0-only */
7 Name (_STR, Unicode("Fan Control"))
9 /* _FIF: Fan Information */
10 Name (_FIF, Package ()
13 1, // Fine Grained Control
15 0 // No Low Speed Notification
18 /* Return Fan Performance States defined by mainboard */
24 Name (TFST, Package ()
31 /* _FST: Fan current Status */
32 Method (_FST, 0, Serialized,,PkgObj)
34 /* Fill in TFST with current control. */
35 TFST [1] = \_SB.PCI0.LPCB.EC0.FAND
39 /* _FSL: Fan Speed Level */
40 Method (_FSL, 1, Serialized)
42 \_SB.PCI0.LPCB.EC0.FAND = Arg0