Lines Matching defs:coh
75 struct dcp_coherent_block *coh;
177 struct dcp_dma_desc *desc = &sdcp->coh->desc[actx->chan];
224 struct dcp_dma_desc *desc = &sdcp->coh->desc[actx->chan];
228 key_phys = dma_map_single(sdcp->dev, sdcp->coh->aes_key,
234 src_phys = dma_map_single(sdcp->dev, sdcp->coh->aes_in_buf,
240 dst_phys = dma_map_single(sdcp->dev, sdcp->coh->aes_out_buf,
305 uint8_t *in_buf = sdcp->coh->aes_in_buf;
306 uint8_t *out_buf = sdcp->coh->aes_out_buf;
312 uint8_t *key = sdcp->coh->aes_key;
552 struct dcp_dma_desc *desc = &sdcp->coh->desc[actx->chan];
555 dma_addr_t buf_phys = dma_map_single(sdcp->dev, sdcp->coh->sha_in_buf,
585 memcpy(sdcp->coh->sha_out_buf, sha_buf, halg->digestsize);
592 digest_phys = dma_map_single(sdcp->dev, sdcp->coh->sha_out_buf,
624 uint8_t *in_buf = sdcp->coh->sha_in_buf;
625 uint8_t *out_buf = sdcp->coh->sha_out_buf;
1015 sdcp->coh = devm_kzalloc(dev, sizeof(*sdcp->coh) + DCP_ALIGNMENT,
1017 if (!sdcp->coh)
1021 sdcp->coh = PTR_ALIGN(sdcp->coh, DCP_ALIGNMENT);