Lines Matching defs:coh
76 struct dcp_coherent_block *coh;
178 struct dcp_dma_desc *desc = &sdcp->coh->desc[actx->chan];
225 struct dcp_dma_desc *desc = &sdcp->coh->desc[actx->chan];
229 key_phys = dma_map_single(sdcp->dev, sdcp->coh->aes_key,
235 src_phys = dma_map_single(sdcp->dev, sdcp->coh->aes_in_buf,
241 dst_phys = dma_map_single(sdcp->dev, sdcp->coh->aes_out_buf,
306 uint8_t *in_buf = sdcp->coh->aes_in_buf;
307 uint8_t *out_buf = sdcp->coh->aes_out_buf;
313 uint8_t *key = sdcp->coh->aes_key;
553 struct dcp_dma_desc *desc = &sdcp->coh->desc[actx->chan];
556 dma_addr_t buf_phys = dma_map_single(sdcp->dev, sdcp->coh->sha_in_buf,
586 memcpy(sdcp->coh->sha_out_buf, sha_buf, halg->digestsize);
593 digest_phys = dma_map_single(sdcp->dev, sdcp->coh->sha_out_buf,
625 uint8_t *in_buf = sdcp->coh->sha_in_buf;
626 uint8_t *out_buf = sdcp->coh->sha_out_buf;
1016 sdcp->coh = devm_kzalloc(dev, sizeof(*sdcp->coh) + DCP_ALIGNMENT,
1018 if (!sdcp->coh)
1022 sdcp->coh = PTR_ALIGN(sdcp->coh, DCP_ALIGNMENT);