Lines Matching defs:smw
73 static int gcscpcib_wdog_setmode(struct sysmon_wdog *smw);
74 static int gcscpcib_wdog_tickle(struct sysmon_wdog *smw);
314 gcscpcib_wdog_setmode(struct sysmon_wdog *smw)
316 struct gcscpcib_softc *sc = smw->smw_cookie;
318 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) {
323 if (smw->smw_period == WDOG_PERIOD_DEFAULT)
324 smw->smw_period = 32;
325 else if (smw->smw_period > AMD553X_WDT_COUNTMAX) /* too big */
345 gcscpcib_wdog_tickle(struct sysmon_wdog *smw)
347 struct gcscpcib_softc *sc = smw->smw_cookie;