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

  /src/sys/dev/ic/
ncr53c9x.c 117 static void ncr53c9x_watch(void *arg);
302 callout_reset(&sc->sc_watchdog, 60 * hz, ncr53c9x_watch, sc);
2955 ncr53c9x_watch(void *arg) function in typeref:typename:void
2984 callout_reset(&sc->sc_watchdog, 60 * hz, ncr53c9x_watch, sc);

Completed in 12 milliseconds