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