Searched refs:cpu_to_be32_array (Results 1 – 15 of 15) sorted by relevance
/linux-6.14.4/include/linux/byteorder/ |
D | generic.h | 191 static inline void cpu_to_be32_array(__be32 *dst, const u32 *src, size_t len) in cpu_to_be32_array() function
|
/linux-6.14.4/drivers/crypto/gemini/ |
D | sl3516-ce-cipher.c | 235 cpu_to_be32_array((__be32 *)ecb->key, (u32 *)op->key, op->keylen / 4); in sl3516_ce_cipher()
|
/linux-6.14.4/drivers/firmware/ |
D | turris-mox-rwtm.c | 392 cpu_to_be32_array(rwtm->last_sig, rwtm->last_sig, in do_sign_write()
|
/linux-6.14.4/drivers/misc/mei/ |
D | vsc-tp.c | 323 cpu_to_be32_array(tp->tx_buf, obuf, words); in vsc_tp_rom_xfer()
|
/linux-6.14.4/drivers/thunderbolt/ |
D | property.c | 49 cpu_to_be32_array(dst, src, dwords); in format_dwdata()
|
D | ctl.c | 383 cpu_to_be32_array(pkg->buffer, data, len / 4); in tb_ctl_tx()
|
/linux-6.14.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_dcbx.c | 577 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()
|
D | qed_main.c | 2273 cpu_to_be32_array((__force __be32 *)buf, (const u32 *)buf, in qed_nvm_flash_image_access_crc()
|
D | qed_debug.c | 8177 cpu_to_be32_array((__force __be32 *)buffer, in qed_dbg_nvm_image()
|
/linux-6.14.4/include/net/ |
D | ipv6.h | 1372 cpu_to_be32_array(dst, src, IPV6_ADDR_WORDS); in ipv6_addr_cpu_to_be32()
|
/linux-6.14.4/drivers/iio/temperature/ |
D | ltc2983.c | 479 cpu_to_be32_array(new_custom->table, new_custom->table, n_entries); in __ltc2983_custom_sensor_new()
|
/linux-6.14.4/drivers/crypto/marvell/octeontx/ |
D | otx_cptvf_algs.c | 706 cpu_to_be32_array(buf, buf, len / 4); in swap_data32()
|
/linux-6.14.4/drivers/crypto/marvell/octeontx2/ |
D | otx2_cptvf_algs.c | 795 cpu_to_be32_array(buf, buf, len / 4); in swap_data32()
|
/linux-6.14.4/drivers/crypto/ |
D | sa2ul.c | 432 cpu_to_be32_array(out, result, digest_size / 4); in sa_export_shash()
|
/linux-6.14.4/drivers/scsi/qla2xxx/ |
D | qla_init.c | 5652 cpu_to_be32_array(q, bp, sz / 4); in qla_get_login_template()
|