1/* SPDX-License-Identifier: GPL-2.0-only */ 2 3#include <variant/gpio.h> 4 5Method (MPTS, 1) 6{ 7#if CONFIG(HAVE_PCIE_WWAN) 8 \_SB.PCI0.CTXS(WWAN_PERST); 9 Sleep(T1_OFF_MS) 10#endif 11 \_SB.PCI0.CTXS(WWAN_RST); 12 Sleep(T2_OFF_MS) 13 \_SB.PCI0.CTXS(WWAN_FCPO); 14} 15