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