Searched defs:GENMASK (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h55 #define GENMASK(h, l) (((~0UL) >> (BITS_PER_LONG - (h) - 1)) & ((~0UL) << (l))) macro
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_plat.h172 #define GENMASK(h, l) (((~0U) - (1U << (l)) + 1) & (~0U >> (32 - 1 - (h)))) macro

Completed in 119 milliseconds