| /rk3399_rockchip-uboot/include/linux/byteorder/ |
| H A D | swab.h | 32 ((__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) )) 89 (__builtin_constant_p((__u64)(x)) ? \ [all …]
|
| H A D | big_endian.h | 21 #define __constant_le64_to_cpu(x) ___constant_swab64((__force __u64)(__le64)(x)) 26 #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() [all …]
|
| H A D | little_endian.h | 20 #define __constant_cpu_to_le64(x) ((__force __le64)(__u64)(x)) 21 #define __constant_le64_to_cpu(x) ((__force __u64)(__le64)(x)) 27 #define __constant_be64_to_cpu(x) ___constant_swab64((__force __u64)(__be64)(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() [all …]
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | edd.h | 69 __u64 number_of_sectors; 93 __u64 reserved; 96 __u64 reserved; 99 __u64 reserved; 102 __u64 reserved; 111 __u64 reserved4; 119 __u64 reserved4; 123 __u64 lun; 128 __u64 serial_number; 129 __u64 reserved; [all …]
|
| H A D | types.h | 111 typedef __u64 uint64_t; 112 typedef __u64 u_int64_t; 119 #define aligned_u64 __u64 __aligned(8) 153 typedef __u64 __bitwise __le64; 154 typedef __u64 __bitwise __be64;
|
| H A D | compiler.h | 207 case 8: *(__u64 *)res = *(volatile __u64 *)p; break; \ 247 case 8: *(volatile __u64 *)p = *(__u64 *)res; break; in __write_once_size()
|
| /rk3399_rockchip-uboot/include/mtd/ |
| H A D | mtd-abi.h | 23 __u64 start; 24 __u64 length; 34 __u64 start; 37 __u64 usr_ptr; 76 __u64 start; 77 __u64 len; 78 __u64 ooblen; 79 __u64 usr_data; 80 __u64 usr_oob; 124 __u64 padding; /* Old obsolete field; do not use */
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | bootparam.h | 18 __u64 next; 62 __u64 hardware_subarch_data; 65 __u64 setup_data; 66 __u64 pref_address; 92 __u64 tboot_addr; /* 0x058 */
|
| H A D | e820.h | 16 __u64 addr; /* start of memory segment */ 17 __u64 size; /* size of memory segment */
|
| H A D | types.h | 22 __extension__ typedef unsigned long long __u64; typedef
|
| /rk3399_rockchip-uboot/drivers/nvme/ |
| H A D | nvme.h | 179 __u64 slba; 180 __u64 nlb; 244 __u64 rsvd2; 288 __u64 rsvd2[2]; 313 __u64 rsvd2; 383 __u64 rsvd2[2]; 395 __u64 rsvd2[2]; 409 __u64 rsvd8; 423 __u64 rsvd8; 468 __u64 rsvd2[4]; [all …]
|
| /rk3399_rockchip-uboot/include/asm-generic/bitops/ |
| H A D | fls64.h | 18 static __always_inline int fls64(__u64 x) in fls64() 26 static __always_inline int fls64(__u64 x) in fls64()
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | byteorder.h | 40 static __inline__ __attribute_const__ __u64 ___arch__swab64(__u64 x) in ___arch__swab64()
|
| H A D | types.h | 30 __extension__ typedef unsigned long long __u64; typedef 33 typedef unsigned long long __u64; typedef
|
| /rk3399_rockchip-uboot/fs/reiserfs/ |
| H A D | reiserfs_private.h | 149 __u64 k_offset:60; 150 __u64 k_type: 4; 153 __u64 k_type: 4; 154 __u64 k_offset:60; 166 __u64 linear; 319 __u64 sd_size; /* file size */
|
| /rk3399_rockchip-uboot/arch/arc/include/asm/ |
| H A D | types.h | 28 typedef unsigned long long __u64; typedef
|
| /rk3399_rockchip-uboot/arch/xtensa/include/asm/ |
| H A D | types.h | 28 typedef unsigned long long __u64; typedef
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | types.h | 32 typedef unsigned long long __u64; typedef
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | types.h | 30 __extension__ typedef unsigned long long __u64; typedef
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | types.h | 30 __extension__ typedef unsigned long long __u64; typedef
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | types.h | 24 __extension__ typedef unsigned long long __u64; typedef
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | types.h | 19 __extension__ typedef unsigned long long __u64; typedef
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | types.h | 22 __extension__ typedef unsigned long long __u64; typedef
|
| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | types.h | 28 __extension__ typedef unsigned long long __u64; typedef
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | types.h | 19 __extension__ typedef unsigned long long __u64; typedef
|