Searched defs:GENMASK (Results 1 – 6 of 6) sorted by relevance
45 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h)))) macro
33 #define GENMASK(h, l) \ macro
45 #define GENMASK(h, l) \ macro
90 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h)))) macro
172 #define GENMASK(h, l) (((~0U) - (1U << (l)) + 1) & (~0U >> (32 - 1 - (h)))) macro
829 #define GENMASK(h, l) \ macro