Lines Matching refs:out
240 struct pdma_descr out[PDMA_DESCR_COUNT] __aligned(64); member
557 d = &dma->out[dma->out_cnt++]; in artpec6_crypto_setup_out_descr_phys()
591 d = &dma->out[dma->out_cnt++]; in artpec6_crypto_setup_out_descr_short()
656 ret = artpec6_crypto_dma_map_single(common, dma->out, in artpec6_crypto_dma_map_descs()
657 sizeof(dma->out[0]) * dma->out_cnt, in artpec6_crypto_dma_map_descs()
964 d = &dma->out[dma->out_cnt-1]; in artpec6_crypto_terminate_out_descrs()
2433 static int artpec6_crypto_hash_export(struct ahash_request *req, void *out) in artpec6_crypto_hash_export() argument
2436 struct artpec6_hash_export_state *state = out; in artpec6_crypto_hash_export()
2496 u32 in, out; in init_crypto_hw() local
2524 out = FIELD_PREP(PDMA_OUT_BUF_CFG_DATA_BUF_SIZE, out_data_buf_size) | in init_crypto_hw()
2527 writel_relaxed(out, base + PDMA_OUT_BUF_CFG); in init_crypto_hw()