Searched refs:__swab32s (Results 1 – 6 of 6) sorted by relevance
80 #define __cpu_to_le32s(x) __swab32s((x))81 #define __le32_to_cpus(x) __swab32s((x))
86 #define __cpu_to_be32s(x) __swab32s((x))87 #define __be32_to_cpus(x) __swab32s((x))
127 #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