Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dcompiler.h99 # define cpu_to_be64(x) uswap_64(x) macro
112 # define cpu_to_be64(x) (x) macro
H A Dzfs_common.h49 #define cpu_to_zfs64(x, a) (((a) == BIG_ENDIAN) ? cpu_to_be64(x) \
/rk3399_rockchip-uboot/include/linux/
H A Dlibfdt_env.h23 #define cpu_to_fdt64(x) cpu_to_be64(x)
/rk3399_rockchip-uboot/include/linux/unaligned/
H A Daccess_ok.h63 *((__be64 *)p) = cpu_to_be64(val); in put_unaligned_be64()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Deba.c580 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in recover_peb()
697 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_write_leb()
761 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_write_leb()
814 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_write_leb_st()
883 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_write_leb_st()
935 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_atomic_leb_change()
1008 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_atomic_leb_change()
1167 vid_hdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_eba_copy_leb()
H A Dfastmap.c1294 avhdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_write_fastmap()
1318 dvhdr->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in ubi_write_fastmap()
1390 ec_hdr->ec = cpu_to_be64(ec); in erase_block()
1443 vh->sqnum = cpu_to_be64(ubi_next_sqnum(ubi)); in invalidate_fastmap()
H A Dvtbl.c322 vid_hdr->sqnum = cpu_to_be64(++ai->max_sqnum);
H A Dattach.c678 ec_hdr->ec = cpu_to_be64(ec); in early_erase_peb()
H A Dwl.c466 ec_hdr->ec = cpu_to_be64(ec); in sync_erase()
/rk3399_rockchip-uboot/include/linux/byteorder/
H A Dgeneric.h93 #define cpu_to_be64 __cpu_to_be64 macro
/rk3399_rockchip-uboot/lib/
H A Duuid.c182 tmp64 = cpu_to_be64(simple_strtoull(uuid_str + 24, NULL, 16)); in uuid_str_to_bin()
/rk3399_rockchip-uboot/drivers/misc/
H A Dqfw.c244 dma.address = cpu_to_be64((uintptr_t)address); in qemu_fwcfg_read_entry_dma()
/rk3399_rockchip-uboot/drivers/mtd/
H A Drenesas_rpc_hf.c231 writeq(cpu_to_be64(wdata), rpc_base + RPC_SMWDR0); in rpc_hf_xfer()
/rk3399_rockchip-uboot/drivers/scsi/
H A Dscsi.c438 um_list->ub_desc.um_block_addr = cpu_to_be64(blknr / rawsectsz); in scsi_erase()
440 um_list->ub_desc.um_block_addr = cpu_to_be64((uint64_t)blknr / rawsectsz); in scsi_erase()
/rk3399_rockchip-uboot/drivers/ata/
H A Dahci.c931 cap = cpu_to_be64(cap); in ata_scsiop_read_capacity16()
934 block_size = cpu_to_be64((u64)512); in ata_scsiop_read_capacity16()
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dio.h385 __raw_writeq(cpu_to_be64((val)), (__force unsigned *)(addr)) in BUILDIO_MEM()
/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs-rockchip-usbplug.c252 total_raw_device_capacity = cpu_to_be64(hba->geo_desc->q_total_raw_device_capacity); in ufs_lu_configuration()
/rk3399_rockchip-uboot/board/freescale/common/
H A Dfsl_validate.c773 *num = cpu_to_be64(tmp); in str2longbe()