Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb_acpi.c99 infop->Bay = ACPI_PLD_GET_BAY(&buf32p[2]); in usbtopo_decode_pld()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h328 #define ACPI_PLD_GET_BAY(dword) ACPI_GET_BITS (dword, 31, ACPI_1BIT_MASK) macro
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutxface.c725 PldInfo->Bay = ACPI_PLD_GET_BAY (&Dword); in ACPI_EXPORT_SYMBOL()