Lines Matching defs:smw
295 weasel_pci_wdog_setmode(struct sysmon_wdog *smw)
297 struct weasel_softc *sc = smw->smw_cookie;
300 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) {
303 if (smw->smw_period == WDOG_PERIOD_DEFAULT)
304 smw->smw_period = sc->sc_wdog_period;
305 else if (smw->smw_period != sc->sc_wdog_period) {
310 weasel_pci_wdog_tickle(smw);
317 weasel_pci_wdog_tickle(struct sysmon_wdog *smw)
319 struct weasel_softc *sc = smw->smw_cookie;
347 sysmon_wdog_setmode(smw, WDOG_MODE_DISARMED, 0);