Searched refs:__bswap_32 (Results 1 – 2 of 2) sorted by relevance
68 #define __bswap_32 bswap_32 macro73 #define be32_to_cpu(x) __bswap_32(x)76 #define cpu_to_be32(x) __bswap_32(x)132 magic = __bswap_32(magic); in check_data_endianness()
2151 return __bswap_32(bit->magic); in get_magic()