Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dmmci.h335 #define dma_inprogress(host) ((host)->dma_in_progress) macro
337 #define dma_inprogress(host) (0) macro
Dmmci.c909 if (dma_inprogress(host)) { in mmci_data_irq()
950 if (dma_inprogress(host)) in mmci_data_irq()
1058 if (dma_inprogress(host)) { in mmci_cmd_irq()