Searched defs:le32_to_cpu (Results 1 – 6 of 6) sorted by relevance
34 static inline uint32_t le32_to_cpu(uint32_t v) in le32_to_cpu() function39 static inline uint32_t le32_to_cpu(uint32_t v) in le32_to_cpu() function
28 #define le32_to_cpu(x) (x) macro35 #define le32_to_cpu(x) bswap_32(x) macro
8 #define le32_to_cpu le_to_host32 macro
43 #define le32_to_cpu(x) (x) macro45 #define le32_to_cpu(x) bswap_32(x) macro
211 #define le32_to_cpu(val) ({ \ macro
91 #define le32_to_cpu(x) ((__u32)(x)) macro98 #define le32_to_cpu(x) bswap_32(x) macro