Home
last modified time | relevance | path

Searched refs:__be64 (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/include/linux/byteorder/
H A Dbig_endian.h26 #define __constant_cpu_to_be64(x) ((__force __be64)(__u64)(x))
27 #define __constant_be64_to_cpu(x) ((__force __u64)(__be64)(x))
38 #define __cpu_to_be64(x) ((__force __be64)(__u64)(x))
39 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x))
69 static inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p()
71 return (__force __be64)*p; in __cpu_to_be64p()
73 static inline __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup()
H A Dlittle_endian.h26 #define __constant_cpu_to_be64(x) ((__force __be64)___constant_swab64((x)))
27 #define __constant_be64_to_cpu(x) ___constant_swab64((__force __u64)(__be64)(x))
38 #define __cpu_to_be64(x) ((__force __be64)__swab64((x)))
39 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x))
69 static inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p()
71 return (__force __be64)__swab64p(p); in __cpu_to_be64p()
73 static inline __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup()
/rk3399_rockchip-uboot/include/linux/unaligned/
H A Daccess_ok.h33 return be64_to_cpup((__be64 *)p); in get_unaligned_be64()
63 *((__be64 *)p) = cpu_to_be64(val); in put_unaligned_be64()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dubi-media.h149 __be64 ec; /* Warning: the current limit is 31-bit anyway! */
280 __be64 sqnum;
417 __be64 sqnum;
/rk3399_rockchip-uboot/include/linux/
H A Dtypes.h120 #define aligned_be64 __be64 __aligned(8)
154 typedef __u64 __bitwise __be64; typedef
H A Dlibfdt_env.h18 typedef __be64 fdt64_t;
/rk3399_rockchip-uboot/include/
H A Dqfw.h92 __be64 address;