Searched refs:SR1_SOFTERR (Results 1 – 4 of 4) sorted by relevance
159 #define SR1_SOFTERR 0x10 /* Recoverable Error has Occurred */ macro
884 if (sc->sc_stat1 & SR1_SOFTERR) { in mtintr()887 sc->sc_stat1 &= ~SR1_SOFTERR; in mtintr()
158 #define SR1_SOFTERR 0x10 /* Recoverable Error has Occurred */ macro
847 if ((sc->sc_stat1 & SR1_SOFTERR) != 0) { in mtintr()850 sc->sc_stat1 &= ~SR1_SOFTERR; in mtintr()