Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dmmci.h242 #define dma_inprogress(host) ((host)->dma_current) macro
244 #define dma_inprogress(host) (0) macro
Dmmci.c922 if (dma_inprogress(host)) { in mmci_data_irq()
963 if (dma_inprogress(host)) in mmci_data_irq()
1033 if (dma_inprogress(host)) { in mmci_cmd_irq()