Home
last modified time | relevance | path

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

/linux-4.4.14/include/acpi/
Dacbuffer.h192 #define ACPI_PLD_GET_VERTICAL(dword) ACPI_GET_BITS (dword, 6, ACPI_2BIT_MASK)
193 #define ACPI_PLD_SET_VERTICAL(dword,value) ACPI_SET_BITS (dword, 6, ACPI_2BIT_MASK, value) /* …
195 #define ACPI_PLD_GET_HORIZONTAL(dword) ACPI_GET_BITS (dword, 8, ACPI_2BIT_MASK)
196 #define ACPI_PLD_SET_HORIZONTAL(dword,value) ACPI_SET_BITS (dword, 8, ACPI_2BIT_MASK, value) /* …
/linux-4.4.14/drivers/acpi/acpica/
Dacmacros.h292 #define ACPI_2BIT_MASK 0x00000003 macro
305 #define ACPI_GET_2BIT_FLAG(value) ((value) & ACPI_2BIT_MASK)