Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dlibfdt_env.h25 #define cpu_to_fdt64(x) cpu_to_be64(x)
/u-boot/include/
A Dcompiler.h103 # define cpu_to_be64(x) uswap_64(x) macro
116 # define cpu_to_be64(x) (x) macro
A Dzfs_common.h51 #define cpu_to_zfs64(x, a) (((a) == BIG_ENDIAN) ? cpu_to_be64(x) \
A Dfdtdec.h31 #define cpu_to_fdt_addr(reg) cpu_to_be64(reg)
32 #define cpu_to_fdt_size(reg) cpu_to_be64(reg)
A Dvirtio.h417 return (__force __virtio64)cpu_to_be64(val); in __cpu_to_virtio64()
/u-boot/include/linux/byteorder/
A Dgeneric.h92 #define cpu_to_be64 __cpu_to_be64 macro
188 *var = cpu_to_be64(be64_to_cpu(*var) + val); in be64_add_cpu()
/u-boot/include/linux/unaligned/
A Daccess_ok.h63 *((__be64 *)p) = cpu_to_be64(val); in put_unaligned_be64()
/u-boot/drivers/mtd/ubi/
A Deba.c582 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in recover_peb()
699 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_write_leb()
763 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_write_leb()
816 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_write_leb_st()
885 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_write_leb_st()
937 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_atomic_leb_change()
1010 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_atomic_leb_change()
1169 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_copy_leb()
A Dfastmap.c1298 avhdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_write_fastmap()
1322 dvhdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_write_fastmap()
1394 ec_hdr->ec = cpu_to_be64(ec); in erase_block()
1447 vh->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in invalidate_fastmap()
A Dvtbl.c325 vid_hdr->sqnum = cpu_to_be64(++ai->max_sqnum);
A Dattach.c681 ec_hdr->ec = cpu_to_be64(ec); in early_erase_peb()
A Dwl.c467 ec_hdr->ec = cpu_to_be64(ec); in sync_erase()
/u-boot/lib/
A Duuid.c189 tmp64 = cpu_to_be64(simple_strtoull(uuid_str + 24, NULL, 16)); in uuid_str_to_bin()
A Dsha512.c254 bits[0] = cpu_to_be64(sctx->count[1] << 3 | sctx->count[0] >> 61); in sha512_base_do_finalize()
255 bits[1] = cpu_to_be64(sctx->count[0] << 3); in sha512_base_do_finalize()
/u-boot/drivers/misc/
A Dqfw.c252 dma.address = cpu_to_be64((uintptr_t)address); in qemu_fwcfg_read_entry_dma()
/u-boot/drivers/mtd/
A Drenesas_rpc_hf.c234 writeq(cpu_to_be64(wdata), rpc_base + RPC_SMWDR0); in rpc_hf_xfer()
/u-boot/arch/powerpc/include/asm/
A Dio.h304 __raw_writeq(cpu_to_be64((val)), (__force unsigned *)(addr))
/u-boot/drivers/ata/
A Dahci.c916 cap = cpu_to_be64(cap); in ata_scsiop_read_capacity16()
919 block_size = cpu_to_be64((u64)512); in ata_scsiop_read_capacity16()
/u-boot/arch/mips/include/asm/
A Dio.h387 __raw_writeq(cpu_to_be64((val)), (__force unsigned *)(addr)) in BUILDIO_MEM()
/u-boot/board/freescale/common/
A Dfsl_validate.c774 *num = cpu_to_be64(tmp); in str2longbe()
/u-boot/drivers/mmc/
A Docteontx_hsmmc.c1460 cpu_to_be64(emm_buf_dat.u)); in octeontx_mmc_send_cmd()

Completed in 34 milliseconds