Searched refs:__swab32s (Results 1 – 3 of 3) sorted by relevance
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))
241 static __always_inline void __swab32s(__u32 *p) in __swab32s() function