/* * Intel ACPI Component Architecture * AML/ASL+ Disassembler version 20220331 (64-bit version) * Copyright (c) 2000 - 2022 Intel Corporation * * Disassembling to symbolic ASL+ operators * * Disassembly of ssdt18.dat, Tue Jul 9 08:32:00 2024 * * Original Table Header: * Signature "SSDT" * Length 0x00000058 (88) * Revision 0x02 * Checksum 0xB3 * OEM ID "LENOVO" * OEM Table ID "GPP0" * OEM Revision 0x00000001 (1) * Compiler ID "INTL" * Compiler Version 0x20180313 (538444563) */ DefinitionBlock ("", "SSDT", 2, "LENOVO", "GPP0", 0x00000001) { External (_SB_.PCI0.GPP0, DeviceObj) Scope (\_SB.PCI0.GPP0) { Device (DEV0) { Name (_ADR, 0x00) // _ADR: Address } } }