coh               279 arch/mips/include/asm/pci/bridge.h 				coh:1,		/* Coh Transaction */
coh                75 drivers/crypto/mxs-dcp.c 	struct dcp_coherent_block	*coh;
coh               175 drivers/crypto/mxs-dcp.c 	struct dcp_dma_desc *desc = &sdcp->coh->desc[actx->chan];
coh               218 drivers/crypto/mxs-dcp.c 	struct dcp_dma_desc *desc = &sdcp->coh->desc[actx->chan];
coh               222 drivers/crypto/mxs-dcp.c 	dma_addr_t key_phys = dma_map_single(sdcp->dev, sdcp->coh->aes_key,
coh               225 drivers/crypto/mxs-dcp.c 	dma_addr_t src_phys = dma_map_single(sdcp->dev, sdcp->coh->aes_in_buf,
coh               227 drivers/crypto/mxs-dcp.c 	dma_addr_t dst_phys = dma_map_single(sdcp->dev, sdcp->coh->aes_out_buf,
coh               287 drivers/crypto/mxs-dcp.c 	uint8_t *in_buf = sdcp->coh->aes_in_buf;
coh               288 drivers/crypto/mxs-dcp.c 	uint8_t *out_buf = sdcp->coh->aes_out_buf;
coh               294 drivers/crypto/mxs-dcp.c 	uint8_t *key = sdcp->coh->aes_key;
coh               562 drivers/crypto/mxs-dcp.c 	struct dcp_dma_desc *desc = &sdcp->coh->desc[actx->chan];
coh               565 drivers/crypto/mxs-dcp.c 	dma_addr_t buf_phys = dma_map_single(sdcp->dev, sdcp->coh->sha_in_buf,
coh               591 drivers/crypto/mxs-dcp.c 		memcpy(sdcp->coh->sha_out_buf, sha_buf, halg->digestsize);
coh               598 drivers/crypto/mxs-dcp.c 		digest_phys = dma_map_single(sdcp->dev, sdcp->coh->sha_out_buf,
coh               626 drivers/crypto/mxs-dcp.c 	uint8_t *in_buf = sdcp->coh->sha_in_buf;
coh               627 drivers/crypto/mxs-dcp.c 	uint8_t *out_buf = sdcp->coh->sha_out_buf;
coh              1027 drivers/crypto/mxs-dcp.c 	sdcp->coh = devm_kzalloc(dev, sizeof(*sdcp->coh) + DCP_ALIGNMENT,
coh              1029 drivers/crypto/mxs-dcp.c 	if (!sdcp->coh)
coh              1033 drivers/crypto/mxs-dcp.c 	sdcp->coh = PTR_ALIGN(sdcp->coh, DCP_ALIGNMENT);