Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_osdep.h45 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h)))) macro
/f-stack/dpdk/drivers/bus/fslmc/mc/
H A Dfsl_mc_cmd.h33 #define GENMASK(h, l) \ macro
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_common.h45 #define GENMASK(h, l) \ macro
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_plat_dpdk.h90 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h)))) macro
/f-stack/freebsd/contrib/ena-com/
H A Dena_plat.h172 #define GENMASK(h, l) (((~0U) - (1U << (l)) + 1) & (~0U >> (32 - 1 - (h)))) macro
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h829 #define GENMASK(h, l) \ macro