Home | History | Annotate | Download | only in imx

Lines Matching refs:smw

78 wdog_tickle(struct sysmon_wdog *smw)
80 struct wdog_softc * const sc = smw->smw_cookie;
89 wdog_setmode(struct sysmon_wdog *smw)
91 struct wdog_softc * const sc = smw->smw_cookie;
94 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) {
103 if (sc->sc_wdog_armed && smw->smw_period == sc->sc_wdog_period) {
104 wdog_tickle(smw);
110 if (smw->smw_period == WDOG_PERIOD_DEFAULT) {
112 smw->smw_period = IMXWDOG_PERIOD_DEFAULT;
118 if (smw->smw_period >= sc->sc_wdog_max_period)
121 sc->sc_wdog_period = smw->smw_period;