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

/freebsd-12-stable/sys/dev/esp/
H A Dncr53c9x.c166 static void ncr53c9x_watch(void *arg);
401 callout_reset(&sc->sc_watchdog, 60 * hz, ncr53c9x_watch, sc);
3227 ncr53c9x_watch(void *arg) function
3258 callout_reset(&sc->sc_watchdog, 60 * hz, ncr53c9x_watch, sc);

Completed in 62 milliseconds