1/* SPDX-License-Identifier: GPL-2.0-only */
2
3Method (MPTS, 1, NotSerialized)
4{
5#if CONFIG(BOARD_STARLABS_STARBOOK_TGL)
6 If (Arg0 == 0x03) {
7 \_SB.PCI0.CTXS (GPP_D16)
8 }
9#endif
10
11 RPTS (Arg0)
12}
13
14Method (MWAK, 1, NotSerialized)
15{
16 RWAK (Arg0)
17}
18