Home
last modified time | relevance | path

Searched refs:BITS_PER_LONG (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_bits.h16 #ifndef BITS_PER_LONG
17 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro
24 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
/dpdk/drivers/raw/ifpga/base/
H A Dopae_osdep.h32 #ifndef BITS_PER_LONG
33 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro
45 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
/dpdk/drivers/dma/hisilicon/
H A Dhisi_dmadev.h12 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro
14 (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
/dpdk/drivers/bus/fslmc/mc/
H A Dfsl_mc_cmd.h32 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro
34 (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
/dpdk/drivers/dma/dpaa/
H A Ddpaa_qdma.h18 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro
20 (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
/dpdk/drivers/net/ena/base/
H A Dena_plat_dpdk.h110 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro
111 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h950 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro
952 (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
/dpdk/drivers/net/bnx2x/
H A Dbnx2x_stats.c18 #define BITS_PER_LONG 32 macro
20 #define BITS_PER_LONG 64 macro