Home
last modified time | relevance | path

Searched refs:SRSTD (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/ic/
Diha.h274 #define SRSTD 0x10 /* SCSI Reset Detected */ macro
Diha.c890 if ((sc->HCS_JSInt & SRSTD) != 0) { in iha_scsi()
2169 while((sc->HCS_JSInt & SRSTD) == 0); in iha_reset_chip()
2257 if ((sc->HCS_JSInt & SRSTD) != 0) { in iha_wait()