Searched refs:__swab16s (Results 1 – 4 of 4) sorted by relevance
37 __swab16s(&sval16); in TEST()
61 #define __cpu_to_le16s(x) __swab16s((x))62 #define __le16_to_cpus(x) __swab16s((x))
67 #define __cpu_to_be16s(x) __swab16s((x))68 #define __be16_to_cpus(x) __swab16s((x))
93 static inline void __swab16s(__u16 * p) { in __swab16s() function