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

/freebsd-11.0-release/sys/arm/at91/
H A Dat91_rst.c52 #define RST_TICK (20) /* sample NRST at hz/RST_TICK intervals */ macro
188 if (sc->shutdown++ >= RST_TIMEOUT * RST_TICK) {
197 callout_reset(&sc->tick_ch, hz/RST_TICK, at91_rst_tick, sc);
208 callout_reset(&sc->tick_ch, hz/RST_TICK, at91_rst_tick, sc);

Completed in 184 milliseconds