Searched refs:__swab32s (Results 1 – 6 of 6) sorted by relevance
120 static __inline__ void __swab32s(__u32 *addr) in __swab32s() function152 #define swab32s __swab32s
101 #define __cpu_to_be32s(x) __swab32s((x))102 #define __be32_to_cpus(x) __swab32s((x))
95 #define __cpu_to_le32s(x) __swab32s((x))96 #define __le32_to_cpus(x) __swab32s((x))
100 #define __cpu_to_be32s(x) __swab32s((x))101 #define __be32_to_cpus(x) __swab32s((x))
94 #define __cpu_to_le32s(x) __swab32s((x))95 #define __le32_to_cpus(x) __swab32s((x))
242 static __always_inline void __swab32s(__u32 *p) in __swab32s() function