Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/dpaax/
H A Dcompat.h259 __bswap_24(uint32_t x) in __bswap_24() function
284 #define cpu_to_be24(x) __bswap_24(x)
285 #define be24_to_cpu(x) __bswap_24(x)