Searched refs:coh (Results 1 – 2 of 2) sorted by relevance
77 struct dcp_coherent_block *coh; member183 struct dcp_dma_desc *desc = &sdcp->coh->desc[actx->chan]; in mxs_dcp_start_dma()231 struct dcp_dma_desc *desc = &sdcp->coh->desc[actx->chan]; in mxs_dcp_run_aes()322 uint8_t *in_buf = sdcp->coh->aes_in_buf; in mxs_dcp_aes_block_crypt()323 uint8_t *out_buf = sdcp->coh->aes_out_buf; in mxs_dcp_aes_block_crypt()329 uint8_t *key = sdcp->coh->aes_key; in mxs_dcp_aes_block_crypt()675 uint8_t *in_buf = sdcp->coh->sha_in_buf; in dcp_sha_req_to_buf()676 uint8_t *out_buf = sdcp->coh->sha_out_buf; in dcp_sha_req_to_buf()1097 sdcp->coh = devm_kzalloc(dev, sizeof(*sdcp->coh) + DCP_ALIGNMENT, in mxs_dcp_probe()1099 if (!sdcp->coh) in mxs_dcp_probe()[all …]
279 coh:1, /* Coh Transaction */ member
Completed in 11 milliseconds