Home
last modified time | relevance | path

Searched refs:NCRSTAT_PE (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/ic/
Dncr53c9xreg.h79 #define NCRSTAT_PE 0x20 /* Parity Error */ macro
Dncr53c9x.c2264 if ((sc->sc_espstat & NCRSTAT_PE) != 0) { in ncr53c9x_intr()
/netbsd/src/sys/arch/next68k/stand/boot/
Dscsi.c211 if (sc->sc_status & NCRSTAT_PE) in scsiicmd()