Searched refs:cpu_to_be64 (Results 1 – 21 of 21) sorted by relevance
25 #define cpu_to_fdt64(x) cpu_to_be64(x)
103 # define cpu_to_be64(x) uswap_64(x) macro116 # define cpu_to_be64(x) (x) macro
51 #define cpu_to_zfs64(x, a) (((a) == BIG_ENDIAN) ? cpu_to_be64(x) \
31 #define cpu_to_fdt_addr(reg) cpu_to_be64(reg)32 #define cpu_to_fdt_size(reg) cpu_to_be64(reg)
417 return (__force __virtio64)cpu_to_be64(val); in __cpu_to_virtio64()
92 #define cpu_to_be64 __cpu_to_be64 macro188 *var = cpu_to_be64(be64_to_cpu(*var) + val); in be64_add_cpu()
63 *((__be64 *)p) = cpu_to_be64(val); in put_unaligned_be64()
582 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()
1298 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()
325 vid_hdr->sqnum = cpu_to_be64(++ai->max_sqnum);
681 ec_hdr->ec = cpu_to_be64(ec); in early_erase_peb()
467 ec_hdr->ec = cpu_to_be64(ec); in sync_erase()
189 tmp64 = cpu_to_be64(simple_strtoull(uuid_str + 24, NULL, 16)); in uuid_str_to_bin()
254 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()
252 dma.address = cpu_to_be64((uintptr_t)address); in qemu_fwcfg_read_entry_dma()
234 writeq(cpu_to_be64(wdata), rpc_base + RPC_SMWDR0); in rpc_hf_xfer()
304 __raw_writeq(cpu_to_be64((val)), (__force unsigned *)(addr))
916 cap = cpu_to_be64(cap); in ata_scsiop_read_capacity16()919 block_size = cpu_to_be64((u64)512); in ata_scsiop_read_capacity16()
387 __raw_writeq(cpu_to_be64((val)), (__force unsigned *)(addr)) in BUILDIO_MEM()
774 *num = cpu_to_be64(tmp); in str2longbe()
1460 cpu_to_be64(emm_buf_dat.u)); in octeontx_mmc_send_cmd()
Completed in 35 milliseconds