watchdog_enable
if (timer_softc->config->watchdog_enable != NULL)
timer_softc->config->watchdog_enable();
mv_watchdog_enable_t watchdog_enable;
watchdog_enable(ctx);