Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutxface.c724 PldInfo->GroupPosition = ACPI_PLD_GET_POSITION (&Dword); in ACPI_EXPORT_SYMBOL()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacbuffer.h325 #define ACPI_PLD_GET_POSITION(dword) ACPI_GET_BITS (dword, 23, ACPI_8BIT_MASK) macro