Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/utilities/
H A Dutresrc.c472 ((ResourceType & ACPI_RESOURCE_NAME_SMALL_MASK) >> 3); in AcpiUtValidateResource()
619 return ((UINT8) (ACPI_GET8 (Aml) & ACPI_RESOURCE_NAME_SMALL_MASK)); in AcpiUtGetResourceType()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Daclocal.h1412 #define ACPI_RESOURCE_NAME_SMALL_MASK 0x78 /* Bits 6:3 contain the type */ macro