Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arc/jazz/
H A Dosiop_jazzio.c128 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0) in osiop_jazzio_intr()
/netbsd-src/sys/arch/ews4800mips/sbd/
H A Dosiop_sbdio.c106 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0) in osiop_sbdio_intr()
/netbsd-src/sys/arch/hppa/gsc/
H A Dosiop_gsc.c204 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0) in osiop_gsc_intr()
/netbsd-src/sys/dev/mvme/
H A Dosiop_pcctwo.c179 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0) in osiop_pcctwo_intr()
/netbsd-src/sys/dev/ic/
H A Dosiopreg.h329 #define OSIOP_ISTAT_DIP 0x01 /* DMA Interrupt pending */ macro
H A Dosiop.c471 (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0) { in osiop_poll()
828 if (stat & OSIOP_ISTAT_DIP) in osiop_reset()
1078 OSIOP_TRACE('i', dstat, istat, (istat & OSIOP_ISTAT_DIP) ? in osiop_checkintr()
1713 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0) { in osiop_intr()