HomeSort by: relevance | last modified time | path
    Searched defs:wd33c93_wait (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sgimips/stand/common/
iris_scsi.c 46 #define SBIC_WAIT(regs, until, timeo) wd33c93_wait(regs, until, timeo)
58 int wd33c93_wait(struct wd33c93_softc *, uint8_t, int);
138 wd33c93_wait(struct wd33c93_softc *sc, uint8_t until, int timeo) function in typeref:typename:int
  /src/sys/dev/ic/
wd33c93.c 116 #define SBIC_WAIT(regs, until, timeo) wd33c93_wait(regs, until, timeo, __LINE__)
122 int wd33c93_wait (struct wd33c93_softc *, u_char, int , int);
873 wd33c93_wait(struct wd33c93_softc *sc, u_char until, int timeo, int line) function in typeref:typename:int
884 printf("wd33c93_wait: TIMEO @%d with asr=x%x csr=x%x\n",

Completed in 16 milliseconds