Searched refs:source_ptr (Results 1 – 1 of 1) sorted by relevance
276 #define ACPI_GET_BITS(source_ptr, position, mask) \ argument277 ((*source_ptr >> position) & mask)