Home | History | Annotate | Download | only in pci

Lines Matching defs:smw

312 	struct sysmon_wdog *smw = &sc->sc_wdt_smw;
315 if ((smw->smw_mode & WDOG_MODE_MASK) != WDOG_MODE_DISARMED &&
316 smw->smw_period > 0) {
317 tcpcib_wdt_init(sc, smw->smw_period);
328 tcpcib_wdt_setmode(struct sysmon_wdog *smw)
330 struct tcpcib_softc *sc = smw->smw_cookie;
333 period = smw->smw_period;
334 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) {
344 tcpcib_wdt_tickle(smw);
351 tcpcib_wdt_tickle(struct sysmon_wdog *smw)
353 struct tcpcib_softc *sc = smw->smw_cookie;