/external/blktrace/ |
D | stats.h | 69 mm->sum = cpu_to_be64(mm->sum); in minmax_to_be() 70 mm->sos = cpu_to_be64(mm->sos); in minmax_to_be() 71 mm->min = cpu_to_be64(mm->min); in minmax_to_be() 72 mm->max = cpu_to_be64(mm->max); in minmax_to_be() 73 mm->num = cpu_to_be64(mm->num); in minmax_to_be()
|
D | blkiomon.h | 80 bstat->bidir = cpu_to_be64(bstat->bidir); in blkiomon_stat_to_be() 81 bstat->time = cpu_to_be64(bstat->time); in blkiomon_stat_to_be()
|
D | blktrace.h | 83 #define cpu_to_be64(x) __bswap_64(x) macro 90 #define cpu_to_be64(x) (x) macro
|
/external/linux-kselftest/tools/testing/selftests/powerpc/vphn/ |
D | test-vphn.c | 11 #define cpu_to_be64(x) bswap_64(x) macro 16 #define cpu_to_be64(x) (x) macro
|
/external/u-boot/include/ |
D | compiler.h | 102 # define cpu_to_be64(x) uswap_64(x) macro 115 # define cpu_to_be64(x) (x) macro
|
D | zfs_common.h | 49 #define cpu_to_zfs64(x, a) (((a) == BIG_ENDIAN) ? cpu_to_be64(x) \
|
/external/u-boot/include/linux/byteorder/ |
D | generic.h | 92 #define cpu_to_be64 __cpu_to_be64 macro 188 *var = cpu_to_be64(be64_to_cpu(*var) + val); in be64_add_cpu()
|
/external/u-boot/drivers/mtd/ubi/ |
D | eba.c | 579 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in recover_peb() 696 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_write_leb() 760 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_write_leb() 813 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_write_leb_st() 882 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_write_leb_st() 934 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_atomic_leb_change() 1007 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_atomic_leb_change() 1166 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_copy_leb()
|
D | fastmap.c | 1293 avhdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_write_fastmap() 1317 dvhdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_write_fastmap() 1389 ec_hdr->ec = cpu_to_be64(ec); in erase_block() 1442 vh->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in invalidate_fastmap()
|
D | vtbl.c | 321 vid_hdr->sqnum = cpu_to_be64(++ai->max_sqnum);
|
D | attach.c | 677 ec_hdr->ec = cpu_to_be64(ec); in early_erase_peb()
|
D | wl.c | 465 ec_hdr->ec = cpu_to_be64(ec); in sync_erase()
|
/external/u-boot/include/linux/ |
D | libfdt_env.h | 23 #define cpu_to_fdt64(x) cpu_to_be64(x)
|
/external/fsverity-utils/ |
D | util.h | 85 # define cpu_to_be64(v) ((__force __be64)__builtin_bswap64(v)) macro 98 # define cpu_to_be64(v) ((__force __be64)(u64)(v)) macro
|
/external/u-boot/include/linux/unaligned/ |
D | access_ok.h | 63 *((__be64 *)p) = cpu_to_be64(val); in put_unaligned_be64()
|
/external/u-boot/lib/ |
D | uuid.c | 181 tmp64 = cpu_to_be64(simple_strtoull(uuid_str + 24, NULL, 16)); in uuid_str_to_bin()
|
/external/u-boot/drivers/misc/ |
D | qfw.c | 251 dma.address = cpu_to_be64((uintptr_t)address); in qemu_fwcfg_read_entry_dma()
|
/external/u-boot/drivers/mtd/ |
D | renesas_rpc_hf.c | 230 writeq(cpu_to_be64(wdata), rpc_base + RPC_SMWDR0); in rpc_hf_xfer()
|
/external/u-boot/drivers/ata/ |
D | ahci.c | 913 cap = cpu_to_be64(cap); in ata_scsiop_read_capacity16() 916 block_size = cpu_to_be64((u64)512); in ata_scsiop_read_capacity16()
|
/external/u-boot/arch/mips/include/asm/ |
D | io.h | 386 __raw_writeq(cpu_to_be64((val)), (__force unsigned *)(addr)) in BUILDIO_MEM()
|
/external/e2fsprogs/e2fsck/ |
D | revoke.c | 631 cpu_to_be64(record->blocknr);
|
/external/e2fsprogs/debugfs/ |
D | revoke.c | 631 cpu_to_be64(record->blocknr);
|
/external/u-boot/board/freescale/common/ |
D | fsl_validate.c | 772 *num = cpu_to_be64(tmp); in str2longbe()
|