Searched refs:EBDMA_CSR_INT_EN (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/sparc/kernel/
H A Debus.c23 #define EBDMA_CSR_INT_EN 0x00000010 macro
136 csr |= EBDMA_CSR_INT_EN; ebus_dma_irq_enable()
142 csr &= ~EBDMA_CSR_INT_EN; ebus_dma_irq_enable()
163 if (csr & EBDMA_CSR_INT_EN) { ebus_dma_unregister()
164 csr &= ~EBDMA_CSR_INT_EN; ebus_dma_unregister()
212 csr = (EBDMA_CSR_INT_EN | ebus_dma_prepare()

Completed in 46 milliseconds