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

/netbsd-current/sys/dev/ic/
H A Diha.c183 static int iha_wait(struct iha_softc *, uint8_t);
1008 if (iha_wait(sc, NO_OP) == -1)
1072 * iha_wait - wait for an interrupt to service or a SCSI bus phase change
1077 iha_wait(struct iha_softc *sc, uint8_t cmd) function
1662 if (iha_wait(sc, XF_FIFO_OUT) == -1)
1815 if (iha_wait(sc, XF_FIFO_OUT) == -1)
1949 if (iha_wait(sc, XF_FIFO_OUT) == -1)
2011 switch (iha_wait(sc, XF_FIFO_IN)) {
2044 switch (iha_wait(sc, XF_FIFO_OUT)) {
2069 if ((phase = iha_wait(s
[all...]

Completed in 186 milliseconds