Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/byteorder/
H A Dswab.h139 static __inline__ void __swab64s(__u64 *addr) in __swab64s() function
153 #define swab64s __swab64s
H A Dbig_endian.h93 #define __cpu_to_le64s(x) __swab64s((x))
94 #define __le64_to_cpus(x) __swab64s((x))
H A Dlittle_endian.h99 #define __cpu_to_be64s(x) __swab64s((x))
100 #define __be64_to_cpus(x) __swab64s((x))