Home
last modified time | relevance | path

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

/linux-6.1.9/include/acpi/
Dacbuffer.h121 #define ACPI_PLD_GET_REVISION(dword) ACPI_GET_BITS (dword, 0, ACPI_7BIT_MASK)
122 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) /* …
/linux-6.1.9/drivers/acpi/acpica/
Dacmacros.h342 #define ACPI_7BIT_MASK 0x0000007F macro