Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc/dev/
H A Dsw.c390 SW_CSR_DMA_CONFLICT | SW_CSR_DMA_BUS_ERR )
408 if (csr & SW_CSR_DMA_CONFLICT) { in sw_intr()
409 dma_error |= SW_CSR_DMA_CONFLICT; in sw_intr()
596 SW_CSR_DMA_CONFLICT | SW_CSR_DMA_BUS_ERR; in sw_dma_poll()
854 if (csr & (SW_CSR_DMA_CONFLICT | SW_CSR_DMA_BUS_ERR)) in sw_dma_stop()
856 if (csr & (SW_CSR_DMA_CONFLICT)) in sw_dma_stop()
H A Dswreg.h89 #define SW_CSR_DMA_CONFLICT 0x4000 /* (r,b) reg accessed while DMA'ing */ macro