Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Debus.c24 #define EBDMA_CSR_INT_EN 0x00000010 macro
137 csr |= EBDMA_CSR_INT_EN; in ebus_dma_irq_enable()
143 csr &= ~EBDMA_CSR_INT_EN; in ebus_dma_irq_enable()
164 if (csr & EBDMA_CSR_INT_EN) { in ebus_dma_unregister()
165 csr &= ~EBDMA_CSR_INT_EN; in ebus_dma_unregister()
213 csr = (EBDMA_CSR_INT_EN | in ebus_dma_prepare()