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

/netbsd-current/sys/arch/sparc/dev/
H A Dswreg.h96 #define SW_CSR_DMA_IP 0x0100 /* (r,b) DMA interrupt pending */ macro
H A Dsw.c389 #define CSR_WANT (SW_CSR_SBC_IP | SW_CSR_DMA_IP | \
420 csr |= SW_CSR_DMA_IP;
423 if (csr & (SW_CSR_SBC_IP | SW_CSR_DMA_IP)) {
595 csr_mask = SW_CSR_SBC_IP | SW_CSR_DMA_IP |

Completed in 129 milliseconds