Home
last modified time | relevance | path

Searched refs:cpu_to_be32_array (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/include/linux/byteorder/
H A Dgeneric.h191 static inline void cpu_to_be32_array(__be32 *dst, const u32 *src, size_t len) in cpu_to_be32_array() function
/openbmc/linux/include/linux/byteorder/
H A Dgeneric.h191 static inline void cpu_to_be32_array(__be32 *dst, const u32 *src, size_t len) in cpu_to_be32_array() function
/openbmc/linux/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c235 cpu_to_be32_array((__be32 *)ecb->key, (u32 *)op->key, op->keylen / 4); in sl3516_ce_cipher()
/openbmc/linux/drivers/firmware/
H A Dturris-mox-rwtm.c416 cpu_to_be32_array(rwtm->last_sig, rwtm->last_sig, 34); in do_sign_write()
/openbmc/linux/drivers/thunderbolt/
H A Dproperty.c49 cpu_to_be32_array(dst, src, dwords); in format_dwdata()
H A Dctl.c372 cpu_to_be32_array(pkg->buffer, data, len / 4); in tb_ctl_tx()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c577 cpu_to_be32_array(bw_map, p_ets->tc_bw_tbl, 2); in qed_dcbx_get_ets_data()
578 cpu_to_be32_array(tsa_map, p_ets->tc_tsa_tbl, 2); in qed_dcbx_get_ets_data()
H A Dqed_main.c2274 cpu_to_be32_array((__force __be32 *)buf, (const u32 *)buf, in qed_nvm_flash_image_access_crc()
H A Dqed_debug.c8177 cpu_to_be32_array((__force __be32 *)buffer, in qed_dbg_nvm_image()
/openbmc/linux/drivers/iio/temperature/
H A Dltc2983.c478 cpu_to_be32_array(new_custom->table, new_custom->table, n_entries); in __ltc2983_custom_sensor_new()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c6703 cpu_to_be32_array(spec->ip6src, in hclge_fd_get_tcpip6_info()
6705 cpu_to_be32_array(spec->ip6dst, in hclge_fd_get_tcpip6_info()
6710 cpu_to_be32_array(spec_mask->ip6src, rule->tuples_mask.src_ip, in hclge_fd_get_tcpip6_info()
6716 cpu_to_be32_array(spec_mask->ip6dst, rule->tuples_mask.dst_ip, in hclge_fd_get_tcpip6_info()
6736 cpu_to_be32_array(spec->ip6src, rule->tuples.src_ip, IPV6_SIZE); in hclge_fd_get_ip6_info()
6737 cpu_to_be32_array(spec->ip6dst, rule->tuples.dst_ip, IPV6_SIZE); in hclge_fd_get_ip6_info()
6741 cpu_to_be32_array(spec_mask->ip6src, in hclge_fd_get_ip6_info()
6747 cpu_to_be32_array(spec_mask->ip6dst, in hclge_fd_get_ip6_info()
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c767 cpu_to_be32_array(buf, buf, len / 4); in swap_data32()
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c712 cpu_to_be32_array(buf, buf, len / 4); in swap_data32()
/openbmc/linux/drivers/crypto/
H A Dsa2ul.c432 cpu_to_be32_array(out, result, digest_size / 4); in sa_export_shash()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c5652 cpu_to_be32_array(q, bp, sz / 4); in qla_get_login_template()