Searched refs:__swab32s (Results 1 – 6 of 6) sorted by relevance
55 #define __cpu_to_le32s(x) __swab32s((x))56 #define __le32_to_cpus(x) __swab32s((x))
61 #define __cpu_to_be32s(x) __swab32s((x))62 #define __be32_to_cpus(x) __swab32s((x))
102 #define swab32s __swab32s
93 #define __cpu_to_le32s(x) __swab32s((x))94 #define __le32_to_cpus(x) __swab32s((x))
99 #define __cpu_to_be32s(x) __swab32s((x))100 #define __be32_to_cpus(x) __swab32s((x))
229 static inline void __swab32s(__u32 *p) in __swab32s() function293 # define swab32s __swab32s