Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dbcm2835-dma.c107 #define BCM2835_DMA_ISPAUSED BIT(4) /* Pause requested or not active */ macro
175 while ((cs & BCM2835_DMA_ISPAUSED) && --timeout) { in bcm2835_dma_abort()