Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/marvell/
Dtdma.c69 if (type == CESA_TDMA_OP) in mv_cesa_dma_cleanup()
94 if ((tdma->flags & CESA_TDMA_TYPE_MSK) == CESA_TDMA_OP) in mv_cesa_dma_prepare()
233 if (type == CESA_TDMA_OP) in mv_cesa_dma_add_result_op()
277 tdma->flags = CESA_TDMA_DST_IN_SRAM | CESA_TDMA_OP; in mv_cesa_dma_add_op()
Dcesa.h282 #define CESA_TDMA_OP 2 macro