Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/byteorder/
H A Dgeneric.h118 #define be64_to_cpus __be64_to_cpus
H A Dbig_endian.h100 #define __be64_to_cpus(x) do { (void)(x); } while (0) macro
H A Dlittle_endian.h100 #define __be64_to_cpus(x) __swab64s((x)) macro