Searched refs:ACPI_RESOURCE_NAME_SMALL_MASK (Results 1 – 2 of 2) sorted by relevance
305 ((resource_type & ACPI_RESOURCE_NAME_SMALL_MASK) >> 3); in acpi_ut_validate_resource()442 return ((u8) (ACPI_GET8(aml) & ACPI_RESOURCE_NAME_SMALL_MASK)); in acpi_ut_get_resource_type()
1098 #define ACPI_RESOURCE_NAME_SMALL_MASK 0x78 /* Bits 6:3 contain the type */ macro