Home
last modified time | relevance | path

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

/acpica-3.6.0/source/components/utilities/
Dutresrc.c471 ((ResourceType & ACPI_RESOURCE_NAME_SMALL_MASK) >> 3); in AcpiUtValidateResource()
623 return ((UINT8) (ACPI_GET8 (Aml) & ACPI_RESOURCE_NAME_SMALL_MASK)); in AcpiUtGetResourceType()
/acpica-3.6.0/source/include/
Daclocal.h1420 #define ACPI_RESOURCE_NAME_SMALL_MASK 0x78 /* Bits 6:3 contain the type */ macro