Home
last modified time | relevance | path

Searched defs:GENMASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dbitops.h25 #define GENMASK(h, l) \ macro
28 #define GENMASK(h, l) \ macro
/openbmc/linux/tools/include/linux/
H A Dbits.h36 #define GENMASK(h, l) \ macro
/openbmc/linux/include/linux/
H A Dbits.h36 #define GENMASK(h, l) \ macro
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst.h35 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (sizeof(long) * 8 - 1 - (h)))) macro