Home
last modified time | relevance | path

Searched refs:be64_to_cpup (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/drivers/infiniband/core/
H A Dpacker.c45 case 8: return be64_to_cpup((__be64 *) (structure + offset)); in value_read()
182 val = (be64_to_cpup(addr) & mask) >> shift; in ib_unpack()
H A Duser_mad.c631 (be64_to_cpup(tid) & 0xffffffff)); in ib_umad_write()
H A Dsysfs.c633 len = sysfs_emit(buf, "%llu\n", be64_to_cpup((__be64 *)data)); in show_pma_counter()
/openbmc/u-boot/include/linux/unaligned/
H A Daccess_ok.h33 return be64_to_cpup((__be64 *)p); in get_unaligned_be64()
/openbmc/linux/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c79 *(u64 *)&hash[0] = be64_to_cpup((__be64 *)&hash[0]); in set_subkey()
80 *(u64 *)&hash[8] = be64_to_cpup((__be64 *)&hash[8]); in set_subkey()
/openbmc/linux/drivers/char/tpm/eventlog/
H A Dof.c88 base = be64_to_cpup((__force __be64 *)basep); in tpm_read_log_of()
/openbmc/u-boot/include/linux/byteorder/
H A Dgeneric.h105 #define be64_to_cpup __be64_to_cpup macro
/openbmc/linux/include/linux/byteorder/
H A Dgeneric.h105 #define be64_to_cpup __be64_to_cpup macro
/openbmc/linux/drivers/media/rc/
H A Dimon_raw.c32 u64 data = be64_to_cpup(imon->ir_buf); in imon_ir_data()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dplpks-secvar.c139 flags = be64_to_cpup((__be64 *)data); in plpks_set_variable()
/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_msi.c153 address = be64_to_cpup(reg); in fsl_compose_msi_msg()
H A Dfsl_pci.c338 u64 address = be64_to_cpup(reg); in setup_pci_atmu()
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h394 case 8: (dest) = be64_to_cpup(__p); break; \
/openbmc/linux/arch/powerpc/kernel/
H A Dprom.c693 if (be64_to_cpup(reserve_map) > 0xffffffffull) { in early_reserve_mem()
/openbmc/u-boot/drivers/core/
H A Dof_access.c500 *outp = be64_to_cpup(val); in of_read_u64()
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.c436 ecode.u = be64_to_cpup((__be64 *)cpt_info->out_buffer); in cpt_process_ccode()
/openbmc/linux/drivers/mtd/devices/
H A Dmtd_dataflash.c807 jedec = be64_to_cpup((__be64 *)id); in jedec_probe()
/openbmc/linux/drivers/ptp/
H A Dptp_ines.c447 clkid = be64_to_cpup((__be64 *)&hdr->source_port_identity.clock_identity.id[0]); in ines_match()
/openbmc/linux/arch/powerpc/mm/
H A Dnuma.c1356 return be64_to_cpup(lrdr); in hot_add_drconf_memory_max()
/openbmc/linux/drivers/of/
H A Dproperty.c189 *out_value = be64_to_cpup(((__be64 *)val) + index); in of_property_read_u64_index()
/openbmc/linux/drivers/hwmon/
H A Dibmaem.c416 *x = be64_to_cpup((__be64 *)rs_resp->bytes); in aem_read_sensor()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dcounters.c320 be64_to_cpup((__be64 *)(out + in mlx5_ib_query_ext_ppcnt_counters()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c345 cpu_to_le64(be64_to_cpup((__be64 *)&data->replay_ctr)); in iwlagn_mac_set_rekey_data()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dlag.c1621 values[j] += be64_to_cpup((__be64 *)(out + offsets[j])); in mlx5_lag_query_cong_counters()
/openbmc/linux/drivers/misc/cxl/
H A Dnative.c453 state = be64_to_cpup(ctx->afu->native->sw_command_status); in do_process_element_cmd()

12