Home
last modified time | relevance | path

Searched refs:__swab16s (Results 1 – 3 of 3) sorted by relevance

/u-boot/include/linux/byteorder/
A Dswab.h107 static __inline__ void __swab16s(__u16 *addr) in __swab16s() function
151 #define swab16s __swab16s
A Dlittle_endian.h103 #define __cpu_to_be16s(x) __swab16s((x))
104 #define __be16_to_cpus(x) __swab16s((x))
A Dbig_endian.h97 #define __cpu_to_le16s(x) __swab16s((x))
98 #define __le16_to_cpus(x) __swab16s((x))

Completed in 4 milliseconds