Searched defs:GENMASK (Results 1 – 2 of 2) sorted by relevance
118 #define GENMASK(h,l) ((unsigned long)__BITS(h,l)) macro
153 #define GENMASK(h, l) (((1U << ((h) - (l) + 1)) - 1) << (l)) macro