Lines Matching defs:rstat
933 mb86960_rint(struct mb86960_softc *sc, uint8_t rstat)
944 if (rstat & (FE_D1_OVRFLO | FE_D1_CRCERR | FE_D1_ALGERR |
949 snprintb(sbuf, sizeof(sbuf), FE_D1_ERRBITS, rstat);
1079 uint8_t tstat, rstat;
1094 rstat = bus_space_read_1(bst, bsh, FE_DLCR1) & FE_RMASK;
1095 if (tstat == 0 && rstat == 0)
1106 bus_space_write_1(bst, bsh, FE_DLCR1, rstat);
1118 if (rstat != 0)
1119 mb86960_rint(sc, rstat);
1144 if (rstat != 0 || tstat != 0)
1145 rnd_add_uint32(&sc->rnd_source, rstat + tstat);
1151 rstat = bus_space_read_1(bst, bsh, FE_DLCR1) & FE_RMASK;
1152 if (tstat == 0 && rstat == 0)