Searched full:t_src (Results 1 – 4 of 4) sorted by relevance
320 rctx->t_src[i].len, rctx->t_dst[i].len, in sun8i_ss_run_hash_task()321 rctx->method, rctx->t_src[i].addr, rctx->t_dst[i].addr); in sun8i_ss_run_hash_task()323 writel(rctx->t_src[i].addr, ss->base + SS_SRC_ADR_REG); in sun8i_ss_run_hash_task()325 writel(rctx->t_src[i].len, ss->base + SS_LEN_ADR_REG); in sun8i_ss_run_hash_task()551 rctx->t_src[i].addr = sg_dma_address(sg); in sun8i_ss_hash_run()552 rctx->t_src[i].len = todo / 4; in sun8i_ss_hash_run()579 rctx->t_src[k + 1].addr = rctx->t_src[k].addr; in sun8i_ss_hash_run()580 rctx->t_src[k + 1].len = rctx->t_src[k].len; in sun8i_ss_hash_run()590 rctx->t_src[0].addr = addr_xpad; in sun8i_ss_hash_run()591 rctx->t_src[0].len = bs / 4; in sun8i_ss_hash_run()[all …]
37 * @t_src: Physical address of data to read55 __le32 t_src; member
167 desc->t_src = cpu_to_le32(phykeyiv + i * 16); in meson_cipher()210 desc->t_src = cpu_to_le32(sg_dma_address(src_sg)); in meson_cipher()
270 * @t_src: list of mapped SGs with their size281 struct sginfo t_src[MAXDESC]; member