/* * Intel ACPI Component Architecture * AML/ASL+ Disassembler version 20190509 (64-bit version) * Copyright (c) 2000 - 2019 Intel Corporation * * Disassembling to symbolic ASL+ operators * * Disassembly of ssdt2.dat, Wed Nov 20 17:34:34 2019 * * Original Table Header: * Signature "SSDT" * Length 0x000005DC (1500) * Revision 0x01 * Checksum 0x63 * OEM ID "HPQOEM" * OEM Table ID "827C " * OEM Revision 0x00001000 (4096) * Compiler ID "ACPI" * Compiler Version 0x20120913 (538052883) */ DefinitionBlock ("", "SSDT", 1, "HPQOEM", "827C ", 0x00001000) { External (_PR_.CPU0, ProcessorObj) External (_PR_.CPU0._PPC, UnknownObj) External (_PR_.CPU0._PSS, IntObj) External (_PR_.CPU0._PTC, IntObj) External (_PR_.CPU0._TDL, IntObj) External (_PR_.CPU0._TPC, IntObj) External (_PR_.CPU0._TSD, IntObj) External (_PR_.CPU0._TSS, IntObj) External (_PR_.CPU1, ProcessorObj) External (_PR_.CPU2, ProcessorObj) External (_PR_.CPU3, ProcessorObj) External (_SB_.DLPO, PkgObj) External (_SB_.MBID, UnknownObj) External (_SB_.PAGD, UnknownObj) External (_SB_.PAGD.IDCN, IntObj) External (_SB_.PCI0, DeviceObj) External (_SB_.PCI0.I2C1, UnknownObj) External (_SB_.PDBG, IntObj) External (DPSR, FieldUnitObj) Scope (\_SB.PCI0) { Device (PNIT) { Name (_ADR, 0x000B0000) // _ADR: Address Name (CTYP, Zero) Name (_DEP, Package (0x02) // _DEP: Dependencies { \_SB.MBID, \_SB.PCI0.I2C1 }) Name (CINT, 0x04) Name (LSTM, Zero) Name (MED4, 0xE00000D4) Name (MED0, 0xE00000D0) Name (AEXL, Package (0x04) { "Svchost.exe", "dllhost.exe", "smss.exe", "WinSAT.exe" }) Name (PPCC, Package (0x02) { 0x02, Package (0x06) { Zero, 0x0BB8, 0x1F40, 0x03E8, 0x03E8, 0xFA } }) Name (CLPO, Package (0x06) { One, Zero, One, 0x19, 0x02, 0x02 }) Method (_INI, 0, NotSerialized) // _INI: Initialize { CLPO [One] = DerefOf (DLPO [One]) CLPO [0x02] = DerefOf (DLPO [0x02]) CLPO [0x03] = DerefOf (DLPO [0x03]) } Method (_STA, 0, NotSerialized) // _STA: Status { If ((DPSR == Zero)) { Return (Zero) } Return (0x0F) } OperationRegion (SOCP, 0x8E, Zero, 0x04) Field (SOCP, DWordAcc, NoLock, Preserve) { DDRT, 32 } Name (AVBD, Zero) Method (_REG, 2, NotSerialized) // _REG: Region Availability { If ((Arg0 == 0x8E)) { AVBD = Arg1 } } Method (MBIW, 4, Serialized) { MED4 = Arg3 If ((Arg2 == Zero)) { Local1 = 0x10 } ElseIf ((Arg2 == One)) { Local1 = 0x30 } Else { Local1 = 0xF0 } Local0 = ((Arg0 << 0x10) | (Arg1 << 0x08)) Local0 |= Local1 Local0 |= 0x11000000 MED0 = Local0 } Method (MBIR, 4, Serialized) { If ((Arg2 == Zero)) { Local1 = 0x10 } ElseIf ((Arg2 == One)) { Local1 = 0x30 } Else { Local1 = 0xF0 } Local0 = ((Arg0 << 0x10) | (Arg1 << 0x08)) Local0 |= Local1 Local0 |= 0x10000000 MED0 = Local0 Arg3 = MED4 /* \_SB_.PCI0.PNIT.MED4 */ } Method (_PPC, 0, NotSerialized) // _PPC: Performance Present Capabilities { Debug = "cpudptf: _PPC Called" Return (Zero) } Method (SPPC, 1, Serialized) { Debug = "cpudptf: SPPC Called" \_PR.CPU0._PPC = Arg0 Notify (\_PR.CPU0, 0x80) // Performance Capability Change Notify (\_PR.CPU1, 0x80) // Performance Capability Change Notify (\_PR.CPU2, 0x80) // Performance Capability Change Notify (\_PR.CPU3, 0x80) // Performance Capability Change Return (Zero) } Name (PURE, One) Method (SPUR, 1, Serialized) { Name (_DEP, Package (0x01) // _DEP: Dependencies { \_SB.PAGD }) \_SB.PAGD.IDCN = Arg0 Notify (\_SB.PAGD, 0x80) // Status Change Return (Zero) } Method (_DTI, 1, NotSerialized) // _DTI: Device Temperature Indication { LSTM = Arg0 } Method (_NTT, 0, NotSerialized) // _NTT: Notification Temperature Threshold { Return (0x0ADE) } Method (_PSS, 0, NotSerialized) // _PSS: Performance Supported States { Debug = "cpudptf: _PSS Called" If (CondRefOf (\_PR.CPU0._PSS, Local0)) { Return (\_PR.CPU0._PSS) /* External reference */ } Else { Return (Package (0x01) { Package (0x06) { Zero, Zero, Zero, Zero, Zero, Zero } }) } Return (Package (0x01) { Package (0x06) { Zero, Zero, Zero, Zero, Zero, Zero } }) } Method (_TSS, 0, NotSerialized) // _TSS: Throttling Supported States { Debug = "cpudptf: _TSS Called" If (CondRefOf (\_PR.CPU0._TSS, Local0)) { Return (\_PR.CPU0._TSS) /* External reference */ } Else { Return (Package (0x01) { Package (0x05) { Zero, Zero, Zero, Zero, Zero } }) } Return (Package (0x01) { Package (0x05) { Zero, Zero, Zero, Zero, Zero } }) } Method (_TPC, 0, NotSerialized) // _TPC: Throttling Present Capabilities { Debug = "cpudptf: _TPC Called" If (CondRefOf (\_PR.CPU0._TPC, Local0)) { Return (\_PR.CPU0._TPC) /* External reference */ } Else { Return (Zero) } Return (Zero) } Method (_PTC, 0, NotSerialized) // _PTC: Processor Throttling Control { Debug = "cpudptf: _PTC Called" If (CondRefOf (\_PR.CPU0._PTC, Local0)) { Return (\_PR.CPU0._PTC) /* External reference */ } Else { Return (Package (0x02) { ResourceTemplate () { Register (FFixedHW, 0x00, // Bit Width 0x00, // Bit Offset 0x0000000000000000, // Address ,) }, ResourceTemplate () { Register (FFixedHW, 0x00, // Bit Width 0x00, // Bit Offset 0x0000000000000000, // Address ,) } }) } Return (Package (0x02) { ResourceTemplate () { Register (FFixedHW, 0x00, // Bit Width 0x00, // Bit Offset 0x0000000000000000, // Address ,) }, ResourceTemplate () { Register (FFixedHW, 0x00, // Bit Width 0x00, // Bit Offset 0x0000000000000000, // Address ,) } }) } Method (_TSD, 0, NotSerialized) // _TSD: Throttling State Dependencies { Debug = "cpudptf: _TSD Called" If (CondRefOf (\_PR.CPU0._TSD, Local0)) { Return (\_PR.CPU0._TSD) /* External reference */ } Else { Return (Package (0x01) { Package (0x05) { 0x05, Zero, Zero, Zero, Zero } }) } Return (Package (0x01) { Package (0x05) { 0x05, Zero, Zero, Zero, Zero } }) } Method (_TDL, 0, NotSerialized) // _TDL: T-State Depth Limit { Debug = "cpudptf: _TDL Called" If (CondRefOf (\_PR.CPU0._TDL, Local0)) { Return (\_PR.CPU0._TDL) /* External reference */ } Else { Return (Zero) } Return (Zero) } Method (_PDL, 0, NotSerialized) // _PDL: P-state Depth Limit { Debug = "cpudptf: _PDL Called" If (CondRefOf (\_PR.CPU0._PSS, Local0)) { Name (LFMI, Zero) LFMI = SizeOf (\_PR.CPU0._PSS) LFMI-- Return (LFMI) /* \_SB_.PCI0.PNIT._PDL.LFMI */ } Else { Return (Zero) } Return (Zero) } Method (_PSV, 0, Serialized) // _PSV: Passive Temperature { Local0 = 0x57 Return (((Local0 * 0x0A) + 0x0AAC)) } Method (_SCP, 3, Serialized) // _SCP: Set Cooling Policy { If (((Arg0 == Zero) || (Arg0 == One))) { CTYP = Arg0 Notify (PNIT, 0x91) // Device-Specific } } Name (GTSH, 0x14) Method (SDBG, 0, NotSerialized) { Return (PDBG) /* \_SB_.PDBG */ } } } }