/external/blktrace/ |
D | blktrace.h | 80 #define be64_to_cpu(x) __bswap_64(x) macro 87 #define be64_to_cpu(x) (x) macro 117 t->time = be64_to_cpu(t->time); in trace_to_cpu() 118 t->sector = be64_to_cpu(t->sector); in trace_to_cpu()
|
D | blkparse_fmt.c | 154 return be64_to_cpu(*val); in get_pdu_int() 164 r->sector_from = be64_to_cpu(sector_from); in get_pdu_remap()
|
/external/u-boot/drivers/mtd/ubispl/ |
D | ubispl.c | 93 ubi_dbg("RV: pnum: %i sqnum %llu", pnum, be64_to_cpu(vh->sqnum)); in ubi_io_read_vid_hdr() 176 vol_id, lnum, cur_pnum, be64_to_cpu(cur->sqnum), pnum, in ubi_add_peb_to_vol() 177 be64_to_cpu(vh->sqnum)); in ubi_add_peb_to_vol() 182 if (be64_to_cpu(cur->sqnum) < be64_to_cpu(vh->sqnum)) in ubi_add_peb_to_vol() 611 if (sqnum < be64_to_cpu(vh->sqnum)) in ubi_scan_fastmap() 612 sqnum = be64_to_cpu(vh->sqnum); in ubi_scan_fastmap() 828 if (be64_to_cpu(vrepl->sqnum) < be64_to_cpu(tmp->sqnum)) in ubi_load_block()
|
/external/u-boot/include/ |
D | compiler.h | 105 # define be64_to_cpu(x) uswap_64(x) macro 118 # define be64_to_cpu(x) (x) macro
|
D | fdtdec.h | 28 #define fdt_addr_to_cpu(reg) be64_to_cpu(reg) 29 #define fdt_size_to_cpu(reg) be64_to_cpu(reg)
|
D | zfs_common.h | 47 #define zfs_to_cpu64(x, a) (((a) == BIG_ENDIAN) ? be64_to_cpu(x) \
|
/external/blktrace/btt/ |
D | mmap.c | 61 tp->time = be64_to_cpu(t->time); in convert_to_cpu() 62 tp->sector = be64_to_cpu(t->sector); in convert_to_cpu()
|
D | trace_plug.c | 26 return be64_to_cpu(*val); in get_nio_up()
|
D | trace_remap.c | 27 rp->sector_from = be64_to_cpu(rp->sector_from); in cvt_pdu_remap()
|
D | unplug_hist.c | 53 int idx, n_unplugs = be64_to_cpu(*val); in unplug_hist_add()
|
/external/u-boot/include/linux/byteorder/ |
D | generic.h | 93 #define be64_to_cpu __be64_to_cpu macro 188 *var = cpu_to_be64(be64_to_cpu(*var) + val); in be64_add_cpu()
|
/external/u-boot/include/linux/ |
D | libfdt_env.h | 22 #define fdt64_to_cpu(x) be64_to_cpu(x)
|
/external/fsverity-utils/ |
D | util.h | 86 # define be64_to_cpu(v) (__builtin_bswap64((__force u64)(v))) macro 99 # define be64_to_cpu(v) ((__force u64)(__be64)(v)) macro
|
/external/e2fsprogs/lib/ext2fs/ |
D | jfs_compat.h | 42 #define be64_to_cpu(x) ext2fs_be64_to_cpu(x) macro
|
/external/u-boot/drivers/mtd/ubi/ |
D | fastmap.c | 520 unsigned long long ec = be64_to_cpu(ech->ec); in scan_pool() 541 new_aeb->ec = be64_to_cpu(ech->ec); in scan_pool() 544 new_aeb->sqnum = be64_to_cpu(vh->sqnum); in scan_pool() 1013 if (sqnum < be64_to_cpu(vh->sqnum)) in ubi_scan_fastmap() 1014 sqnum = be64_to_cpu(vh->sqnum); in ubi_scan_fastmap() 1320 new_fm->e[i]->pnum, be64_to_cpu(dvhdr->sqnum)); in ubi_write_fastmap() 1382 ec = be64_to_cpu(ec_hdr->ec); in erase_block()
|
D | attach.c | 325 unsigned long long sqnum2 = be64_to_cpu(vid_hdr->sqnum); in ubi_compare_lebs() 455 sqnum = be64_to_cpu(vid_hdr->sqnum); in ubi_add_to_av() 875 ec = be64_to_cpu(ech->ec); in scan_peb() 992 *sqnum = be64_to_cpu(vidh->sqnum); in scan_peb() 1652 if (aeb->sqnum != be64_to_cpu(vidh->sqnum)) { in self_check_ai()
|
D | debug.c | 58 pr_err("\tec %llu\n", (long long)be64_to_cpu(ec_hdr->ec)); in ubi_dump_ec_hdr() 86 (unsigned long long)be64_to_cpu(vid_hdr->sqnum)); in ubi_dump_vid_hdr()
|
D | io.c | 667 ec = be64_to_cpu(ec_hdr->ec); in validate_ec_hdr()
|
D | wl.c | 1725 read_ec = be64_to_cpu(ec_hdr->ec);
|
/external/u-boot/arch/sh/include/asm/ |
D | unaligned-sh4a.h | 93 return be64_to_cpu(__get_unaligned_cpu64(p)); in get_unaligned_be64()
|
/external/blktrace/btreplay/ |
D | btrecord.c | 516 spec->time = be64_to_cpu(t.time); in next_io() 517 spec->sector = be64_to_cpu(t.sector); in next_io()
|
/external/u-boot/drivers/mtd/ |
D | renesas_rpc_hf.c | 249 *rdata = be64_to_cpu(readq(rpc_base + RPC_SMRDR0)); in rpc_hf_xfer()
|
/external/u-boot/arch/mips/include/asm/ |
D | io.h | 377 be64_to_cpu(__raw_readq((__force unsigned *)(addr))) in BUILDIO_MEM()
|
/external/u-boot/fs/zfs/ |
D | zfs.c | 866 *value = be64_to_cpu(la->la_array64); in zap_leaf_lookup() 1017 val = be64_to_cpu(la->la_array64); in fzap_iterate() 1576 *out = be64_to_cpu(*(uint64_t *) nvpair); in zfs_nvlist_lookup_uint64()
|
/external/u-boot/drivers/ata/ |
D | ahci.c | 768 lba = be64_to_cpu(lba); in ata_scsiop_read_write()
|