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

  /src/sys/dev/ic/
wdc.c 143 /* Flags to wdcreset(). */
145 #define RESET_SLEEP 0 /* wdcreset() will use kpause() */
148 static int wdcreset(struct ata_channel *, int);
265 if (wdcreset(chp, RESET_SLEEP) != 0)
987 (void) wdcreset(chp, RESET_SLEEP);
989 (void) wdcreset(chp, RESET_POLL);
1027 wdcreset(struct ata_channel *chp, int poll) function in typeref:typename:int

Completed in 13 milliseconds