Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h53 #define GENMASK(h, l) (((~0UL) >> (BITS_PER_LONG - (h) - 1)) & ((~0UL) << (l))) macro
/freebsd/sys/dev/thunderbolt/
H A Dnhi_reg.h42 #define GENMASK(h, l) (((~0U) >> (31 - (h))) ^ ((~0U) >> (31 - (l)) >> 1)) macro
/freebsd/contrib/ofed/libirdma/
H A Dirdma_defs.h114 #define GENMASK(high, low) ((0xFFFFFFFFUL >> (32UL - ((high) - (low) + 1UL))) << (low)) macro
/freebsd/sys/contrib/ena-com/
H A Dena_plat.h187 #define GENMASK(h, l) (((~0U) - (1U << (l)) + 1) & (~0U >> (32 - 1 - (h)))) macro
/freebsd/sys/dev/irdma/
H A Dirdma_defs.h336 #define GENMASK(high, low) ((0xFFFFFFFFUL >> (32UL - ((high) - (low) + 1UL))) << (low)) macro
/freebsd/sys/dev/ixgbe/
H A Dixgbe_type_e610.h76 #define GENMASK(h, l) \ macro