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

/netbsd-current/sys/dev/ic/
H A Dihavar.h207 uint8_t sc_sistat; member in struct:iha_softc
H A Diha.c849 sc->sc_sistat = bus_space_read_1(iot, ioh, TUL_SISTAT);
850 } while ((sc->sc_sistat & SRSTD) == 0);
947 sc->sc_sistat = bus_space_read_1(iot, ioh, TUL_SISTAT);
951 if ((sc->sc_sistat & SRSTD) != 0) {
956 if ((sc->sc_sistat & RSELED) != 0) {
961 if ((sc->sc_sistat & (STIMEO | DISCD)) != 0) {
966 if ((sc->sc_sistat & (SCMDN | SBSRV)) != 0) {
971 if ((sc->sc_sistat & SELED) != 0)
1094 sc->sc_sistat = bus_space_read_1(iot, ioh, TUL_SISTAT);
1098 if ((sc->sc_sistat
[all...]

Completed in 99 milliseconds