Home
last modified time | relevance | path

Searched refs:ACPI_PLD_SET_POSITION (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h326 #define ACPI_PLD_SET_POSITION(dword,value) ACPI_SET_BITS (dword, 23, ACPI_8BIT_MASK, value) … macro
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslpld.c766 ACPI_PLD_SET_POSITION (&Dword, PldInfo->GroupPosition); in OpcEncodePldBuffer()