Home
last modified time | relevance | path

Searched refs:watchdog_enable (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm/mv/
H A Dtimer.c71 mv_watchdog_enable_t watchdog_enable; member
496 if (timer_softc->config->watchdog_enable != NULL) in mv_watchdog_event()
497 timer_softc->config->watchdog_enable(); in mv_watchdog_event()
/freebsd/usr.sbin/uhsoctl/
H A Duhsoctl.c251 #define watchdog_enable(ctx) (ctx)->flags |= FLG_WATCHDOG macro
262 watchdog_enable(ctx); in watchdog_reset()