Searched refs:DISPLAY_MASK (Results 1 – 1 of 1) sorted by relevance
28 #define DISPLAY_MASK(start, count) (((1 << (count)) - 1) << (start)) macro30 ((mask & ~DISPLAY_MASK(start, count)) | \31 (((value) << (start)) & DISPLAY_MASK(start, count)))43 WRITE32_##x##_REG(dest, (READ32_##x##_REG(dest) & ~DISPLAY_MASK(start, count)) | \44 (((value) << (start)) & DISPLAY_MASK(start, count)))
Completed in 11 milliseconds