Home
last modified time | relevance | path

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

/u-boot/include/linux/byteorder/
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()
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()
A Dgeneric.h186 static inline void be64_add_cpu(__be64 *var, u64 val) in be64_add_cpu()
/u-boot/include/linux/
A Dlibfdt_env.h19 typedef __be64 fdt64_t;
20 typedef __be64 unaligned_fdt64_t __aligned(4);
A Dtypes.h119 #define aligned_be64 __be64 __aligned(8)
147 typedef __u64 __bitwise __be64; typedef
/u-boot/include/linux/unaligned/
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()
/u-boot/drivers/mtd/ubi/
A Dubi-media.h154 __be64 ec; /* Warning: the current limit is 31-bit anyway! */
285 __be64 sqnum;
422 __be64 sqnum;
/u-boot/include/
A Dqfw.h91 __be64 address;
A Dvirtio.h409 return be64_to_cpu((__force __be64)val); in __virtio64_to_cpu()
/u-boot/drivers/core/
A Dof_access.c533 const __be64 *val; in of_read_u64()

Completed in 18 milliseconds