Lines Matching defs:sc_wdog
66 struct sysmon_wdog sc_wdog;
89 sc->sc_wdog.smw_period = WATCHDOG_PERIOD_DEFAULT;
94 sc->sc_wdog.smw_period = smw->smw_period;
97 const u_int tcnt = sc->sc_wdog.smw_period * WATCHDOG_TICKS_PER_SEC;
155 sc->sc_wdog.smw_name = "EE-watchdog";
156 sc->sc_wdog.smw_setmode = meson_wdt_setmode;
157 sc->sc_wdog.smw_tickle = meson_wdt_tickle;
158 sc->sc_wdog.smw_period = WATCHDOG_PERIOD_DEFAULT;
159 sc->sc_wdog.smw_cookie = sc;
160 sysmon_wdog_register(&sc->sc_wdog);