Home
last modified time | relevance | path

Searched refs:ACPI_RESOURCE_NAME_SMALL_LENGTH_MASK (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutresrc.c663 ACPI_RESOURCE_NAME_SMALL_LENGTH_MASK); in AcpiUtGetResourceLength()
/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drsutils.c373 ~ACPI_RESOURCE_NAME_SMALL_LENGTH_MASK) in AcpiRsSetResourceLength()
/freebsd/sys/contrib/dev/acpica/include/
H A Daclocal.h1423 #define ACPI_RESOURCE_NAME_SMALL_LENGTH_MASK 0x07 /* Bits 2:0 contain the length */ macro