27.10.2015 Views

Advanced Configuration and Power Interface Specification

ACPI_6.0

ACPI_6.0

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Advanced</strong> <strong>Configuration</strong> <strong>and</strong> <strong>Power</strong> <strong>Interface</strong> <strong>Specification</strong><br />

Scope (\PCI0)<br />

{<br />

Name (X, 3)<br />

Scope (\)<br />

{<br />

Method (RQ) {Return (0)}<br />

}<br />

Name (^Y, 4)<br />

}<br />

\PCI0.X<br />

\RQ<br />

\Y<br />

The created objects are placed in the ACPI namespace as shown:<br />

This example shows the use of External in conjunction with Scope within an SSDT:<br />

DefinitionBlock ("ssdt.aml", "SSDT", 2, "X", "Y", 0x00000001)<br />

{<br />

External (\_SB.PCI0, DeviceObj)<br />

}<br />

Scope (\_SB.PCI0)<br />

{<br />

}<br />

19.6.115 ShiftLeft (Integer Shift Left)<br />

Syntax<br />

ShiftLeft (Source, ShiftCount, Result) => Integer<br />

Result = Source Integer<br />

Result Integer<br />

Result = Source >> ShiftCount => Integer<br />

Result >>= ShiftCount => Integer<br />

884 April, 2015 Version 6.0

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!