Home
last modified time | relevance | path

Searched defs:position (Results 1 – 1 of 1) sorted by relevance

/acpica-latest/source/include/
Dacmacros.h452 #define ACPI_MASK_BITS_ABOVE(position) (~((ACPI_UINT64_MAX) << ((UINT32) (position)))) argument
453 #define ACPI_MASK_BITS_BELOW(position) ((ACPI_UINT64_MAX) << ((UINT32) (position))) argument