Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/include/
HDacbuffer.h225 #define ACPI_PLD_GET_EJECTABLE(dword) ACPI_GET_BITS (dword, 0, ACPI_1BIT_MASK) macro
/NextBSD/sys/contrib/dev/acpica/components/utilities/
HDutxface.c643 PldInfo->Ejectable = ACPI_PLD_GET_EJECTABLE (&Dword); in ACPI_EXPORT_SYMBOL()