Home
last modified time | relevance | path

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

/linux-4.1.27/include/acpi/
Dacbuffer.h191 #define ACPI_PLD_GET_VERTICAL(dword) ACPI_GET_BITS (dword, 6, ACPI_2BIT_MASK)
192 #define ACPI_PLD_SET_VERTICAL(dword,value) ACPI_SET_BITS (dword, 6, ACPI_2BIT_MASK, value) /* …
194 #define ACPI_PLD_GET_HORIZONTAL(dword) ACPI_GET_BITS (dword, 8, ACPI_2BIT_MASK)
195 #define ACPI_PLD_SET_HORIZONTAL(dword,value) ACPI_SET_BITS (dword, 8, ACPI_2BIT_MASK, value) /* …
/linux-4.1.27/drivers/acpi/acpica/
Dacmacros.h283 #define ACPI_2BIT_MASK 0x00000003 macro
296 #define ACPI_GET_2BIT_FLAG(value) ((value) & ACPI_2BIT_MASK)