Searched refs:EBDMA_CSR_EN_DMA (Results 1 – 1 of 1) sorted by relevance
26 #define EBDMA_CSR_EN_DMA 0x00000200 macro187 if (!(csr & EBDMA_CSR_EN_DMA)) in ebus_dma_request()248 csr |= EBDMA_CSR_EN_DMA; in ebus_dma_enable()250 csr &= ~EBDMA_CSR_EN_DMA; in ebus_dma_enable()251 if ((orig_csr & EBDMA_CSR_EN_DMA) != in ebus_dma_enable()252 (csr & EBDMA_CSR_EN_DMA)) in ebus_dma_enable()