Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/acpica/components/utilities/
HDutresrc.c660 ACPI_RESOURCE_NAME_SMALL_LENGTH_MASK); in AcpiUtGetResourceLength()
/freebsd-14-stable/sys/contrib/dev/acpica/components/resources/
HDrsutils.c373 ~ACPI_RESOURCE_NAME_SMALL_LENGTH_MASK) in AcpiRsSetResourceLength()
/freebsd-14-stable/sys/contrib/dev/acpica/include/
HDaclocal.h1412 #define ACPI_RESOURCE_NAME_SMALL_LENGTH_MASK 0x07 /* Bits 2:0 contain the length */ macro