Home
last modified time | relevance | path

Searched refs:dma_aes_tx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/ti/
H A Ddthev2-aes.c308 tx_dev = dmaengine_get_dma_device(dev_data->dma_aes_tx); in dthe_aes_run()
338 desc_out = dmaengine_prep_slave_sg(dev_data->dma_aes_tx, src, src_mapped_nents, in dthe_aes_run()
363 dma_async_issue_pending(dev_data->dma_aes_tx); in dthe_aes_run()
370 dmaengine_terminate_sync(dev_data->dma_aes_tx); in dthe_aes_run()
H A Ddthev2-common.h61 struct dma_chan *dma_aes_tx; member