Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/utilities/
H A Dutxface.c700 PldInfo->Revision = ACPI_PLD_GET_REVISION (&Dword); in ACPI_EXPORT_SYMBOL()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacbuffer.h273 #define ACPI_PLD_GET_REVISION(dword) ACPI_GET_BITS (dword, 0, ACPI_7BIT_MASK) macro