Home
last modified time | relevance | path

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

/u-boot/include/linux/byteorder/
A Dswab.h72 # define __arch__swab64s(x) do { *(x) = __swab64p((x)); } while (0)
135 static __inline__ __u64 __swab64p(const __u64 *x) in __swab64p() function
150 #define swab64p __swab64p
A Dlittle_endian.h71 return (__force __be64)__swab64p(p); in __cpu_to_be64p()
75 return __swab64p((__u64 *)p); in __be64_to_cpup()
A Dbig_endian.h47 return (__force __le64)__swab64p(p); in __cpu_to_le64p()
51 return __swab64p((__u64 *)p); in __le64_to_cpup()

Completed in 4 milliseconds