Lines Matching defs:out
239 struct pdma_descr out[PDMA_DESCR_COUNT] __aligned(64);
243 /* Enough maps for all out/in buffers, and all three descr. arrays */
534 /** artpec6_crypto_setup_out_descr_phys - Setup an out channel with a
556 d = &dma->out[dma->out_cnt++];
566 /** artpec6_crypto_setup_out_descr_short - Setup a short out descriptor
590 d = &dma->out[dma->out_cnt++];
655 ret = artpec6_crypto_dma_map_single(common, dma->out,
656 sizeof(dma->out[0]) * dma->out_cnt,
691 /** artpec6_crypto_setup_out_descr - Setup an out descriptor
942 /** artpec6_crypto_terminate_out_descrs - Set the EOP on the last out descriptor
944 * If the out descriptor list is non-empty, then the eop flag on the
945 * last used out descriptor will be set.
948 * -EINVAL if the out descriptor is empty or has overflown
963 d = &dma->out[dma->out_cnt-1];
1461 /* Write out the partial buffer if present */
1782 /* Data out */
2205 print_hex_dump_debug("out:", DUMP_PREFIX_ADDRESS, 32, 1,
2432 static int artpec6_crypto_hash_export(struct ahash_request *req, void *out)
2435 struct artpec6_hash_export_state *state = out;
2495 u32 in, out;
2523 out = FIELD_PREP(PDMA_OUT_BUF_CFG_DATA_BUF_SIZE, out_data_buf_size) |
2526 writel_relaxed(out, base + PDMA_OUT_BUF_CFG);