Home
last modified time | relevance | path

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

/u-boot/include/linux/byteorder/
A Dswab.h66 # define __arch__swab16s(x) do { *(x) = __swab16p((x)); } while (0)
103 static __inline__ __u16 __swab16p(const __u16 *x) in __swab16p() function
148 #define swab16p __swab16p
A Dlittle_endian.h87 return (__force __be16)__swab16p(p); in __cpu_to_be16p()
91 return __swab16p((__u16 *)p); in __be16_to_cpup()
A Dbig_endian.h63 return (__force __le16)__swab16p(p); in __cpu_to_le16p()
67 return __swab16p((__u16 *)p); in __le16_to_cpup()

Completed in 3 milliseconds