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 307 #define ACPI_PLD_GET_PANEL(dword) ACPI_GET_BITS (dword, 3, ACPI_3BIT_MASK)
308 #define ACPI_PLD_SET_PANEL(dword,value) ACPI_SET_BITS (dword, 3, ACPI_3BIT_MASK, value) /* Offset 64+3=67, Len 3 */
acmacros.h 484 #define ACPI_3BIT_MASK 0x00000007
497 #define ACPI_GET_3BIT_FLAG(Value) ((Value) & ACPI_3BIT_MASK)

Completed in 14 milliseconds