Searched refs:__swab32s (Results 1 – 3 of 3) sorted by relevance
67 #define __cpu_to_le32s(x) __swab32s((x))68 #define __le32_to_cpus(x) __swab32s((x))
75 #define __cpu_to_be32s(x) __swab32s((x))76 #define __be32_to_cpus(x) __swab32s((x))
195 static __inline__ void __swab32s(__u32 *addr) in __swab32s() function232 #define swab32s __swab32s