Searched defs:SETPMASK (Results 1 – 2 of 2) sorted by relevance
14 #define SETPMASK(width, shift) GENMASK(shift + width - 1, shift) macro