Home
last modified time | relevance | path

Searched refs:__le64 (Results 1 – 15 of 15) sorted by relevance

/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs-media.h423 __le64 sqnum;
441 __le64 huge;
482 __le64 creat_sqnum;
483 __le64 size;
484 __le64 atime_sec;
485 __le64 ctime_sec;
486 __le64 mtime_sec;
522 __le64 inum;
571 __le64 old_size;
572 __le64 new_size;
[all …]
H A Dorphan.c198 ((c->leb_size - UBIFS_ORPH_NODE_SZ) / sizeof(__le64)); in avail_orphs()
200 if (gap >= UBIFS_ORPH_NODE_SZ + sizeof(__le64)) in avail_orphs()
201 avail += (gap - UBIFS_ORPH_NODE_SZ) / sizeof(__le64); in avail_orphs()
218 ((c->leb_size - UBIFS_ORPH_NODE_SZ) / sizeof(__le64)); in tot_avail_orphs()
271 if (gap < UBIFS_ORPH_NODE_SZ + sizeof(__le64)) { in write_orph_node()
284 cnt = (gap - UBIFS_ORPH_NODE_SZ) / sizeof(__le64); in write_orph_node()
287 len = UBIFS_ORPH_NODE_SZ + cnt * sizeof(__le64); in write_orph_node()
H A Dsb.c84 __le64 tmp_le64; in create_default_filesystem()
H A Dsuper.c765 UBIFS_ORPH_NODE_SZ + sizeof(__le64); in init_constants_early()
/rk3399_rockchip-uboot/include/
H A Dpart_efi.h77 __le64 signature;
82 __le64 my_lba;
83 __le64 alternate_lba;
84 __le64 first_usable_lba;
85 __le64 last_usable_lba;
87 __le64 partition_entry_lba;
108 __le64 starting_lba;
109 __le64 ending_lba;
H A Dext_common.h125 __le64 mmp_block;
/rk3399_rockchip-uboot/drivers/nvme/
H A Dnvme.h95 __le64 nsze;
96 __le64 ncap;
97 __le64 nuse;
115 __le64 nvmcap[2];
206 __le64 hostid;
207 __le64 rkey;
233 __le64 metadata;
234 __le64 prp1;
235 __le64 prp2;
245 __le64 metadata;
[all …]
/rk3399_rockchip-uboot/include/linux/byteorder/
H A Dbig_endian.h20 #define __constant_cpu_to_le64(x) ((__force __le64)___constant_swab64((x)))
21 #define __constant_le64_to_cpu(x) ___constant_swab64((__force __u64)(__le64)(x))
32 #define __cpu_to_le64(x) ((__force __le64)__swab64((x)))
33 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x))
45 static inline __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p()
47 return (__force __le64)__swab64p(p); in __cpu_to_le64p()
49 static inline __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup()
H 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))
45 static inline __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p()
47 return (__force __le64)*p; in __cpu_to_le64p()
49 static inline __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup()
/rk3399_rockchip-uboot/include/linux/unaligned/
H A Daccess_ok.h18 return le64_to_cpup((__le64 *)p); in get_unaligned_le64()
48 *((__le64 *)p) = cpu_to_le64(val); in put_unaligned_le64()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h395 volatile __le64 erst_base;
396 volatile __le64 erst_dequeue;
594 __le64 deq;
695 __le64 dev_context_ptrs[MAX_HC_SLOTS];
706 __le64 buffer;
801 volatile __le64 segment_ptr;
812 volatile __le64 cmd_trb;
1027 __le64 seg_addr;
1113 static inline u64 xhci_readq(__le64 volatile *regs) in xhci_readq()
1125 static inline void xhci_writeq(__le64 volatile *regs, const u64 val) in xhci_writeq()
/rk3399_rockchip-uboot/include/linux/
H A Dtypes.h121 #define aligned_le64 __le64 __aligned(8)
153 typedef __u64 __bitwise __le64; typedef
/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_sil.h42 __le64 addr;
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.h633 __le64 dma_adr[DWC3_MAX_HIBER_SCRATCHBUFS];
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-mem.c490 sizeof(__le64)); in xhci_alloc_virt_device()