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