Home
last modified time | relevance | path

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

/dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/
H A Dutxface.c709 PldInfo->Width = ACPI_PLD_GET_WIDTH (&Dword); in ACPI_EXPORT_SYMBOL()
/dflybsd-src/sys/contrib/dev/acpica/source/include/
H A Dacbuffer.h290 #define ACPI_PLD_GET_WIDTH(dword) ACPI_GET_BITS (dword, 0, ACPI_16BIT_MASK) macro