Searched defs:GENMASK (Results 1 – 2 of 2) sorted by relevance
| /tools/include/linux/ | ||
| A D | bits.h | 86 #define GENMASK(h, l) \ macro |
| /tools/power/x86/intel-speed-select/ | ||
| A D | isst.h | 35 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (sizeof(long) * 8 - 1 - (h)))) macro |
Completed in 7 milliseconds