Searched refs:EBDMA_CSR_EN_DMA (Results 1 – 1 of 1) sorted by relevance
27 #define EBDMA_CSR_EN_DMA 0x00000200 macro188 if (!(csr & EBDMA_CSR_EN_DMA)) in ebus_dma_request()249 csr |= EBDMA_CSR_EN_DMA; in ebus_dma_enable()251 csr &= ~EBDMA_CSR_EN_DMA; in ebus_dma_enable()252 if ((orig_csr & EBDMA_CSR_EN_DMA) != in ebus_dma_enable()253 (csr & EBDMA_CSR_EN_DMA)) in ebus_dma_enable()