HomeSort by: relevance | last modified time | path
    Searched refs:ACPI_3BIT_MASK (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/include/
acbuffer.h 199 #define ACPI_PLD_GET_PANEL(dword) ACPI_GET_BITS (dword, 3, ACPI_3BIT_MASK)
200 #define ACPI_PLD_SET_PANEL(dword,value) ACPI_SET_BITS (dword, 3, ACPI_3BIT_MASK, value) /* Offset 64+3=67, Len 3 */
acmacros.h 376 #define ACPI_3BIT_MASK 0x00000007
389 #define ACPI_GET_3BIT_FLAG(Value) ((Value) & ACPI_3BIT_MASK)

Completed in 23 milliseconds