Home
last modified time | relevance | path

Searched defs:upper_32_bits (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/crypto/bcmfs/hw/
H A Dbcmfs_rm_common.h33 #define upper_32_bits(x) ((uint32_t)(((x) >> 16) >> 16)) macro
/dpdk/drivers/common/dpaax/caamflib/
H A Dcompat.h90 #define upper_32_bits(n) ((uint32_t)(((n) >> 16) >> 16)) macro
/dpdk/drivers/baseband/la12xx/
H A Dbbdev_la12xx.h48 #define upper_32_bits(x) ((uint32_t)(((uint64_t)(x) >> 16) >> 16)) macro
/dpdk/drivers/net/enetc/
H A Denetc.h44 #define upper_32_bits(n) ((uint32_t)(((n) >> 16) >> 16)) macro