Home
last modified time | relevance | path

Searched refs:ACPI_PLD_GET_ROTATION (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb_acpi.c107 infop->Rotation = ACPI_PLD_GET_ROTATION(&buf32p[3]); in usbtopo_decode_pld()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h348 #define ACPI_PLD_GET_ROTATION(dword) ACPI_GET_BITS (dword, 19, ACPI_4BIT_MASK) macro
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutxface.c735 PldInfo->Rotation = ACPI_PLD_GET_ROTATION (&Dword); in ACPI_EXPORT_SYMBOL()