Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_bits.h24 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h)))) macro
/dpdk/drivers/raw/ifpga/base/
H A Dopae_osdep.h45 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h)))) macro
/dpdk/drivers/bus/fslmc/mc/
H A Dfsl_mc_cmd.h33 #define GENMASK(h, l) \ macro
/dpdk/drivers/dma/hisilicon/
H A Dhisi_dmadev.h13 #define GENMASK(h, l) \ macro
/dpdk/drivers/dma/dpaa/
H A Ddpaa_qdma.h19 #define GENMASK(h, l) \ macro
/dpdk/drivers/net/ena/base/
H A Dena_plat_dpdk.h111 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h)))) macro
/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h951 #define GENMASK(h, l) \ macro