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 />

slot or for performing configuration of a PCI devices not configured by the BIOS at system boot.<br />

The object is placed under a PCI bus where this behavior is desired, such as a bus with hot-plug<br />

slots. _HPP provided settings apply to all child buses, until another _HPP object is encountered.<br />

Arguments:<br />

None<br />

Return Value:<br />

A Package containing the Integer hot-plug parameters<br />

Example:<br />

Method (_HPP, 0) {<br />

Return (Package(4){<br />

0x08, // CacheLineSize in DWORDS<br />

0x40, // LatencyTimer in PCI clocks<br />

0x01, // Enable SERR (Boolean)<br />

0x00<br />

// Enable PERR (Boolean)<br />

})<br />

}<br />

Table 6-172 HPP Package Contents<br />

Field Object Type Definition<br />

Cache-line size Integer Cache-line size reported in number of DWORDs.<br />

Latency timer Integer Latency timer value reported in number of PCI clock cycles.<br />

Enable SERR Integer When set to 1, indicates that action must be performed to enable SERR<br />

in the comm<strong>and</strong> register.<br />

Enable PERR Integer When set to 1, indicates that action must be performed to enable PERR<br />

in the comm<strong>and</strong> register.<br />

6.2.8.1 Example: Using _HPP<br />

304 April, 2015 Version 6.0

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

Saved successfully!

Ooh no, something went wrong!