Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb_acpi.c92 infop->Panel = ACPI_PLD_GET_PANEL(&buf32p[2]); in usbtopo_decode_pld()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h307 #define ACPI_PLD_GET_PANEL(dword) ACPI_GET_BITS (dword, 3, ACPI_3BIT_MASK) macro
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutxface.c718 PldInfo->Panel = ACPI_PLD_GET_PANEL (&Dword); in ACPI_EXPORT_SYMBOL()