27.10.2015 Views

Advanced Configuration and Power Interface Specification

ACPI_6.0

ACPI_6.0

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

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

19.6.87 Name (Declare Named Object)<br />

Syntax<br />

Name (ObjectName, Object)<br />

Arguments<br />

Creates a new object named ObjectName. Attaches Object to ObjectName in the Global ACPI<br />

namespace.<br />

Description<br />

Creates ObjectName in the namespace, which references the Object.<br />

Example<br />

The following example creates the name PTTX in the root of the namespace that references a<br />

package.<br />

Name (\PTTX,<br />

// Port to Port Translate Table<br />

Package () {Package () {0x43, 0x59}, Package) {0x90, 0xFF}}<br />

)<br />

The following example creates the name CNT in the root of the namespace that references an integer<br />

data object with the value 5.<br />

Name (\CNT, 5)<br />

19.6.88 NAnd (Integer Bitwise N<strong>and</strong>)<br />

Syntax<br />

NAnd (Source1, Source2, Result) => Integer<br />

Arguments<br />

Source1 <strong>and</strong> Source2 are evaluated as Integers.<br />

Description<br />

A bitwise NAND is performed <strong>and</strong> the result is optionally stored in Result.<br />

19.6.89 NoOp Code (No Operation)<br />

Syntax<br />

NoOp<br />

Description<br />

This operation has no effect.<br />

866 April, 2015 Version 6.0

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

Saved successfully!

Ooh no, something went wrong!