Home
last modified time | relevance | path

Searched refs:cpu_to_be64 (Results 1 – 23 of 23) sorted by relevance

/external/blktrace/
Dstats.h69 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()
Dblkiomon.h80 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()
Dblktrace.h83 #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/
Dtest-vphn.c11 #define cpu_to_be64(x) bswap_64(x) macro
16 #define cpu_to_be64(x) (x) macro
/external/u-boot/include/
Dcompiler.h102 # define cpu_to_be64(x) uswap_64(x) macro
115 # define cpu_to_be64(x) (x) macro
Dzfs_common.h49 #define cpu_to_zfs64(x, a) (((a) == BIG_ENDIAN) ? cpu_to_be64(x) \
/external/u-boot/include/linux/byteorder/
Dgeneric.h92 #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/
Deba.c579 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()
Dfastmap.c1293 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()
Dvtbl.c321 vid_hdr->sqnum = cpu_to_be64(++ai->max_sqnum);
Dattach.c677 ec_hdr->ec = cpu_to_be64(ec); in early_erase_peb()
Dwl.c465 ec_hdr->ec = cpu_to_be64(ec); in sync_erase()
/external/u-boot/include/linux/
Dlibfdt_env.h23 #define cpu_to_fdt64(x) cpu_to_be64(x)
/external/fsverity-utils/
Dutil.h85 # 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/
Daccess_ok.h63 *((__be64 *)p) = cpu_to_be64(val); in put_unaligned_be64()
/external/u-boot/lib/
Duuid.c181 tmp64 = cpu_to_be64(simple_strtoull(uuid_str + 24, NULL, 16)); in uuid_str_to_bin()
/external/u-boot/drivers/misc/
Dqfw.c251 dma.address = cpu_to_be64((uintptr_t)address); in qemu_fwcfg_read_entry_dma()
/external/u-boot/drivers/mtd/
Drenesas_rpc_hf.c230 writeq(cpu_to_be64(wdata), rpc_base + RPC_SMWDR0); in rpc_hf_xfer()
/external/u-boot/drivers/ata/
Dahci.c913 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/
Dio.h386 __raw_writeq(cpu_to_be64((val)), (__force unsigned *)(addr)) in BUILDIO_MEM()
/external/e2fsprogs/e2fsck/
Drevoke.c631 cpu_to_be64(record->blocknr);
/external/e2fsprogs/debugfs/
Drevoke.c631 cpu_to_be64(record->blocknr);
/external/u-boot/board/freescale/common/
Dfsl_validate.c772 *num = cpu_to_be64(tmp); in str2longbe()