Searched refs:SETPMASK (Results 1 – 1 of 1) sorted by relevance
22 #define SETPMASK(width, shift) GENMASK(shift + width - 1, shift) macro23 #define CLRPMASK(width, shift) (~SETPMASK(width, shift))26 (((reg) & SETPMASK(width, shift)) >> (shift))