Searched refs:HCS_JSInt (Results 1 – 2 of 2) sorted by relevance
886 sc->HCS_JSInt = bus_space_read_1(iot, ioh, TUL_SISTAT); in iha_scsi()890 if ((sc->HCS_JSInt & SRSTD) != 0) { in iha_scsi()895 if ((sc->HCS_JSInt & RSELED) != 0) { in iha_scsi()900 if ((sc->HCS_JSInt & (STIMEO | DISCD)) != 0) { in iha_scsi()905 if ((sc->HCS_JSInt & (SCMDN | SBSRV)) != 0) { in iha_scsi()910 if ((sc->HCS_JSInt & SELED) != 0) in iha_scsi()2168 sc->HCS_JSInt = bus_space_read_1(iot, ioh, TUL_SISTAT); in iha_reset_chip()2169 while((sc->HCS_JSInt & SRSTD) == 0); in iha_reset_chip()2253 sc->HCS_JSInt = bus_space_read_1(iot, ioh, TUL_SISTAT); in iha_wait()2257 if ((sc->HCS_JSInt & SRSTD) != 0) { in iha_wait()[all …]
158 u_int8_t HCS_JSInt; member