Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/
Dtdma.c66 if (type == CESA_TDMA_OP) in mv_cesa_dma_cleanup()
91 if ((tdma->flags & CESA_TDMA_TYPE_MSK) == CESA_TDMA_OP) in mv_cesa_dma_prepare()
232 if (type == CESA_TDMA_OP) in mv_cesa_dma_add_result_op()
276 tdma->flags = CESA_TDMA_DST_IN_SRAM | CESA_TDMA_OP; in mv_cesa_dma_add_op()
Dcesa.h280 #define CESA_TDMA_OP 2 macro