Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutresrc.c467 ((ResourceType & ACPI_RESOURCE_NAME_SMALL_MASK) >> 3); in AcpiUtValidateResource()
614 return ((UINT8) (ACPI_GET8 (Aml) & ACPI_RESOURCE_NAME_SMALL_MASK)); in AcpiUtGetResourceType()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Daclocal.h1411 #define ACPI_RESOURCE_NAME_SMALL_MASK 0x78 /* Bits 6:3 contain the type */ macro