Searched refs:HCS_JSInt (Results 1 – 2 of 2) sorted by relevance
998 sc->HCS_JSInt = bus_space_read_1(iot, ioh, TUL_SISTAT);1002 if ((sc->HCS_JSInt & SRSTD) != 0) {1007 if ((sc->HCS_JSInt & RSELED) != 0) {1012 if ((sc->HCS_JSInt & (STIMEO | DISCD)) != 0) {1017 if ((sc->HCS_JSInt & (SCMDN | SBSRV)) != 0) {1022 if ((sc->HCS_JSInt & SELED) != 0)2352 sc->HCS_JSInt = bus_space_read_1(iot, ioh, TUL_SISTAT);2353 while((sc->HCS_JSInt & SRSTD) == 0);2439 sc->HCS_JSInt = bus_space_read_1(iot, ioh, TUL_SISTAT);2443 if ((sc->HCS_JSInt & SRSTD) != 0) {[all …]
158 u_int8_t HCS_JSInt; member