Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/dpaax/
H A Dcompat.h246 __bswap_40(uint64_t x) in __bswap_40() function
281 #define cpu_to_be40(x) __bswap_40(x)
282 #define be40_to_cpu(x) __bswap_40(x)