Searched defs:be32_to_cpu (Results 1 – 7 of 7) sorted by relevance
9 #define be32_to_cpu(x) bswap_32(x) macro14 #define be32_to_cpu(x) (x) macro
104 # define be32_to_cpu(x) uswap_32(x) macro117 # define be32_to_cpu(x) (x) macro
84 # define be32_to_cpu(v) (__builtin_bswap32((__force u32)(v))) macro97 # define be32_to_cpu(v) ((__force u32)(__be32)(v)) macro
79 #define be32_to_cpu(x) __bswap_32(x) macro86 #define be32_to_cpu(x) (x) macro
95 #define be32_to_cpu __be32_to_cpu macro
24 #define be32_to_cpu(n) ntohl(n) macro
189 #define be32_to_cpu(n) ntohl(n) macro