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

/linux-master/include/linux/byteorder/
H A Dgeneric.h191 static inline void cpu_to_be32_array(__be32 *dst, const u32 *src, size_t len) function
/linux-master/drivers/misc/mei/
H A Dvsc-tp.c323 cpu_to_be32_array(tp->tx_buf, obuf, words);
339 cpu_to_be32_array(ibuf, tp->rx_buf, words);
/linux-master/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c235 cpu_to_be32_array((__be32 *)ecb->key, (u32 *)op->key, op->keylen / 4);
/linux-master/drivers/thunderbolt/
H A Dproperty.c49 cpu_to_be32_array(dst, src, dwords);
H A Dctl.c380 cpu_to_be32_array(pkg->buffer, data, len / 4);
/linux-master/drivers/firmware/
H A Dturris-mox-rwtm.c416 cpu_to_be32_array(rwtm->last_sig, rwtm->last_sig, 34);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c577 cpu_to_be32_array(bw_map, p_ets->tc_bw_tbl, 2);
578 cpu_to_be32_array(tsa_map, p_ets->tc_tsa_tbl, 2);
H A Dqed_main.c2275 cpu_to_be32_array((__force __be32 *)buf, (const u32 *)buf,
H A Dqed_debug.c8176 cpu_to_be32_array((__force __be32 *)buffer,
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c689 cpu_to_be32_array(buf, buf, len / 4);
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c779 cpu_to_be32_array(buf, buf, len / 4);
/linux-master/drivers/iio/temperature/
H A Dltc2983.c479 cpu_to_be32_array(new_custom->table, new_custom->table, n_entries);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c6693 cpu_to_be32_array(spec->ip6src,
6695 cpu_to_be32_array(spec->ip6dst,
6700 cpu_to_be32_array(spec_mask->ip6src, rule->tuples_mask.src_ip,
6706 cpu_to_be32_array(spec_mask->ip6dst, rule->tuples_mask.dst_ip,
6726 cpu_to_be32_array(spec->ip6src, rule->tuples.src_ip, IPV6_SIZE);
6727 cpu_to_be32_array(spec->ip6dst, rule->tuples.dst_ip, IPV6_SIZE);
6731 cpu_to_be32_array(spec_mask->ip6src,
6737 cpu_to_be32_array(spec_mask->ip6dst,
/linux-master/drivers/crypto/
H A Dsa2ul.c432 cpu_to_be32_array(out, result, digest_size / 4);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c5630 cpu_to_be32_array(q, bp, sz / 4);

Completed in 645 milliseconds