/openbmc/linux/drivers/infiniband/core/ |
H A D | packer.c | 45 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 D | user_mad.c | 631 (be64_to_cpup(tid) & 0xffffffff)); in ib_umad_write()
|
H A D | sysfs.c | 633 len = sysfs_emit(buf, "%llu\n", be64_to_cpup((__be64 *)data)); in show_pma_counter()
|
/openbmc/u-boot/include/linux/unaligned/ |
H A D | access_ok.h | 33 return be64_to_cpup((__be64 *)p); in get_unaligned_be64()
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | aes-gcm-p10-glue.c | 79 *(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 D | of.c | 88 base = be64_to_cpup((__force __be64 *)basep); in tpm_read_log_of()
|
/openbmc/u-boot/include/linux/byteorder/ |
H A D | generic.h | 105 #define be64_to_cpup __be64_to_cpup macro
|
/openbmc/linux/include/linux/byteorder/ |
H A D | generic.h | 105 #define be64_to_cpup __be64_to_cpup macro
|
/openbmc/linux/drivers/media/rc/ |
H A D | imon_raw.c | 32 u64 data = be64_to_cpup(imon->ir_buf); in imon_ir_data()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | plpks-secvar.c | 139 flags = be64_to_cpup((__be64 *)data); in plpks_set_variable()
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | fsl_msi.c | 153 address = be64_to_cpup(reg); in fsl_compose_msi_msg()
|
H A D | fsl_pci.c | 338 u64 address = be64_to_cpup(reg); in setup_pci_atmu()
|
/openbmc/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_dev.h | 394 case 8: (dest) = be64_to_cpup(__p); break; \
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom.c | 693 if (be64_to_cpup(reserve_map) > 0xffffffffull) { in early_reserve_mem()
|
/openbmc/u-boot/drivers/core/ |
H A D | of_access.c | 500 *outp = be64_to_cpup(val); in of_read_u64()
|
/openbmc/linux/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_reqmgr.c | 436 ecode.u = be64_to_cpup((__be64 *)cpt_info->out_buffer); in cpt_process_ccode()
|
/openbmc/linux/drivers/mtd/devices/ |
H A D | mtd_dataflash.c | 807 jedec = be64_to_cpup((__be64 *)id); in jedec_probe()
|
/openbmc/linux/drivers/ptp/ |
H A D | ptp_ines.c | 447 clkid = be64_to_cpup((__be64 *)&hdr->source_port_identity.clock_identity.id[0]); in ines_match()
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | numa.c | 1356 return be64_to_cpup(lrdr); in hot_add_drconf_memory_max()
|
/openbmc/linux/drivers/of/ |
H A D | property.c | 189 *out_value = be64_to_cpup(((__be64 *)val) + index); in of_property_read_u64_index()
|
/openbmc/linux/drivers/hwmon/ |
H A D | ibmaem.c | 416 *x = be64_to_cpup((__be64 *)rs_resp->bytes); in aem_read_sensor()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | counters.c | 320 be64_to_cpup((__be64 *)(out + in mlx5_ib_query_ext_ppcnt_counters()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | mac80211.c | 345 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 D | lag.c | 1621 values[j] += be64_to_cpup((__be64 *)(out + offsets[j])); in mlx5_lag_query_cong_counters()
|
/openbmc/linux/drivers/misc/cxl/ |
H A D | native.c | 453 state = be64_to_cpup(ctx->afu->native->sw_command_status); in do_process_element_cmd()
|