Home
last modified time | relevance | path

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

/dpdk/drivers/common/dpaax/
H A Dcompat.h254 __bswap_24(uint32_t x) in __bswap_24() function
279 #define cpu_to_be24(x) __bswap_24(x)
280 #define be24_to_cpu(x) __bswap_24(x)