Home
last modified time | relevance | path

Searched refs:__u64 (Results 1 – 25 of 26) sorted by relevance

12

/u-boot/include/linux/byteorder/
A Dswab.h32 ((__u64)( \
33 (__u64)(((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | \
34 (__u64)(((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | \
35 (__u64)(((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | \
36 (__u64)(((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | \
37 (__u64)(((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | \
38 (__u64)(((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | \
39 (__u64)(((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | \
40 (__u64)(((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56) ))
134 return (((__u64)__swab32(l)) << 32) | ((__u64)(__swab32(h))); in __fswab64()
[all …]
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))
33 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x))
38 #define __cpu_to_be64(x) ((__force __be64)(__u64)(x))
39 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x))
45 static inline __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p()
49 static inline __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup()
51 return __swab64p((__u64 *)p); in __le64_to_cpup()
69 static inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p()
73 static inline __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup()
[all …]
A Dlittle_endian.h20 #define __constant_cpu_to_le64(x) ((__force __le64)(__u64)(x))
21 #define __constant_le64_to_cpu(x) ((__force __u64)(__le64)(x))
32 #define __cpu_to_le64(x) ((__force __le64)(__u64)(x))
33 #define __le64_to_cpu(x) ((__force __u64)(__le64)(x))
39 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x))
45 static inline __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p()
49 static inline __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup()
51 return (__force __u64)*p; in __le64_to_cpup()
69 static inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p()
73 static inline __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup()
[all …]
/u-boot/include/linux/
A Dedd.h92 __u64 reserved;
95 __u64 reserved;
98 __u64 reserved;
101 __u64 reserved;
122 __u64 lun;
128 __u64 reserved;
131 __u64 eui;
132 __u64 reserved;
135 __u64 wwid;
136 __u64 lun;
[all …]
A Dtypes.h110 typedef __u64 uint64_t;
111 typedef __u64 u_int64_t;
118 #define aligned_u64 __u64 __aligned(8)
146 typedef __u64 __bitwise __le64;
147 typedef __u64 __bitwise __be64;
A Dcompiler.h188 case 8: *(__u64 *)res = *(volatile __u64 *)p; break; \
226 case 8: *(volatile __u64 *)p = *(__u64 *)res; break; in __write_once_size()
A Dethtool.h267 __u64 sset_mask; /* input: each bit selects an sset to query */
286 __u64 data[0];
293 __u64 data[0];
A Dbitops.h141 static inline unsigned long generic_hweight64(__u64 w) in generic_hweight64()
/u-boot/include/mtd/
A Dmtd-abi.h22 __u64 start;
23 __u64 length;
33 __u64 start;
36 __u64 usr_ptr;
75 __u64 start;
76 __u64 len;
77 __u64 ooblen;
78 __u64 usr_data;
79 __u64 usr_oob;
123 __u64 padding; /* Old obsolete field; do not use */
A Dubi-user.h435 __u64 value;
/u-boot/arch/x86/include/asm/
A Dbootparam.h48 __u64 next;
58 __u64 len;
59 __u64 addr;
99 __u64 hardware_subarch_data;
102 __u64 setup_data;
103 __u64 pref_address;
130 __u64 tboot_addr; /* 0x058 */
132 __u64 acpi_rsdp_addr; /* 0x070 */
A De820.h17 __u64 addr; /* start of memory segment */
18 __u64 size; /* size of memory segment */
/u-boot/include/asm-generic/
A Dint-ll64.h29 __extension__ typedef unsigned long long __u64; typedef
32 typedef unsigned long long __u64; typedef
42 typedef __u64 u64;
/u-boot/include/
A Dtime.h90 (typecheck(__u64, a) && \
91 typecheck(__u64, b) && \
96 (typecheck(__u64, a) && \
97 typecheck(__u64, b) && \
A Dvirtio_types.h22 typedef __u64 __bitwise __virtio64;
/u-boot/include/asm-generic/bitops/
A Dfls64.h18 static __always_inline int fls64(__u64 x) in fls64()
26 static __always_inline int fls64(__u64 x) in fls64()
/u-boot/drivers/nvme/
A Dnvme.h178 __u64 slba;
179 __u64 nlb;
243 __u64 rsvd2;
285 __u64 rsvd2[2];
362 __u64 rsvd2[2];
374 __u64 rsvd2[2];
388 __u64 rsvd8;
402 __u64 rsvd8;
447 __u64 rsvd2[4];
564 __u64 asq; /* Admin SQ Base Address */
[all …]
/u-boot/arch/mips/include/asm/
A Dbyteorder.h39 static __inline__ __attribute_const__ __u64 ___arch__swab64(__u64 x) in ___arch__swab64()
A Dprocessor.h32 typedef __u64 fpureg_t;
/u-boot/fs/reiserfs/
A Dreiserfs_private.h150 __u64 k_offset:60;
151 __u64 k_type: 4;
154 __u64 k_type: 4;
155 __u64 k_offset:60;
167 __u64 linear;
320 __u64 sd_size; /* file size */
/u-boot/fs/btrfs/kernel-shared/
A Dbtrfs_tree.h393 __u64 objectid;
395 __u64 offset;
999 static inline __u64 chunk_to_extended(__u64 flags) in chunk_to_extended()
1006 static inline __u64 extended_to_chunk(__u64 flags) in extended_to_chunk()
1025 static inline __u64 btrfs_qgroup_level(__u64 qgroupid) in btrfs_qgroup_level()
/u-boot/arch/nios2/include/asm/
A Dtypes.h30 __extension__ typedef unsigned long long __u64; typedef
/u-boot/drivers/virtio/
A Dvirtio_blk.h37 __u64 capacity;
/u-boot/fs/btrfs/
A Dconv-funcs.h81 __u64: cpu_to_le64, \
94 __u64: le64_to_cpu, \
/u-boot/arch/powerpc/include/asm/
A Dbitops.h188 static inline int fls64(__u64 x) in fls64()
196 static inline int fls64(__u64 x) in fls64()

Completed in 57 milliseconds

12