Searched defs:__be32_to_cpu (Results 1 – 5 of 5) sorted by relevance
7 static inline uint32_t __be32_to_cpu(uint32_t val) in __be32_to_cpu() function40 static inline uint32_t __be32_to_cpu(uint32_t val) in __be32_to_cpu() function
45 #define __be32_to_cpu(x) (x) macro52 #define __be32_to_cpu(x) (ext2fs_swab32((x))) macro
46 #define __be32_to_cpu(x) (x) macro53 #define __be32_to_cpu(x) (ext2fs_be32_to_cpu((x))) macro
39 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
39 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro