Home
last modified time | relevance | path

Searched defs:__be64_to_cpu (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/byteorder/
H A Dlittle_endian.h39 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x)) macro
H A Dbig_endian.h39 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x)) macro
/openbmc/linux/include/uapi/linux/byteorder/
H A Dbig_endian.h39 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x)) macro
H A Dlittle_endian.h39 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x)) macro