Home
last modified time | relevance | path

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

/linux/drivers/dma/stm32/
H A Dstm32-dma3.c105 #define CCR_DTEIE BIT(10) macro
1051 if (csr & CSR_DTEF && ccr & CCR_DTEIE) { in stm32_dma3_chan_irq()
1279 swdesc->ccr |= CCR_USEIE | CCR_ULEIE | CCR_DTEIE; in stm32_dma3_prep_dma_memcpy()
1373 swdesc->ccr |= CCR_USEIE | CCR_ULEIE | CCR_DTEIE; in stm32_dma3_prep_slave_sg()
1452 swdesc->ccr |= CCR_USEIE | CCR_ULEIE | CCR_DTEIE; in stm32_dma3_prep_dma_cyclic()