Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb_acpi.c85 infop->Width = ACPI_PLD_GET_WIDTH(&buf32p[1]); in usbtopo_decode_pld()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h290 #define ACPI_PLD_GET_WIDTH(dword) ACPI_GET_BITS (dword, 0, ACPI_16BIT_MASK) macro
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutxface.c709 PldInfo->Width = ACPI_PLD_GET_WIDTH (&Dword); in ACPI_EXPORT_SYMBOL()