Home
last modified time | relevance | path

Searched refs:smw_mode (Results 1 – 25 of 35) sorted by relevance

12

/netbsd/src/sys/dev/sysmon/
Dsysmon_wdog.c173 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_UTICKLE) { in sysmonclose_wdog()
214 wm->wm_mode = smw->smw_mode; in sysmonioctl_wdog()
256 wm->wm_mode = smw->smw_mode; in sysmonioctl_wdog()
339 smw->smw_mode = WDOG_MODE_DISARMED; in sysmon_wdog_register()
387 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_KTICKLE) { in sysmon_wdog_critpoll()
453 int omode = smw->smw_mode; in sysmon_wdog_setmode()
457 smw->smw_mode = mode; in sysmon_wdog_setmode()
486 smw->smw_mode = omode; in sysmon_wdog_setmode()
Dswwdog.c203 if ((sc->sc_smw.smw_mode & WDOG_MODE_MASK) != WDOG_MODE_DISARMED) in swwdog_suspend()
214 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) { in swwdog_setmode()
Dsysmonvar.h273 int smw_mode; /* timer mode */ member
/netbsd/src/sys/arch/mips/ralink/
Dralink_wdog.c195 wdog_modestr[sc->sc_smw.smw_mode]); in ra_wdog_attach()
213 wdog_modestr[sc->sc_smw.smw_mode], in ra_wdog_attach()
249 if (((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_KTICKLE) && in ra_wdog_setmode()
259 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) in ra_wdog_setmode()
/netbsd/src/sys/dev/acpi/
Dacpi_wdrt.c237 (sc->sc_smw.smw_mode & WDOG_MODE_MASK) != WDOG_MODE_DISARMED) in acpi_wdrt_detach()
259 if ((sc->sc_smw.smw_mode & WDOG_MODE_MASK) != WDOG_MODE_DISARMED) in acpi_wdrt_suspend()
272 __func__, smw->smw_mode, smw->smw_period)); in acpi_wdrt_setmode()
274 switch (smw->smw_mode & WDOG_MODE_MASK) { in acpi_wdrt_setmode()
320 __func__, smw->smw_mode, smw->smw_period)); in acpi_wdrt_tickle()
/netbsd/src/sys/dev/pci/
Dpwdog.c122 if ((sc->sc_smw.smw_mode & WDOG_MODE_MASK) in pwdog_detach()
162 if ((sc->sc_smw.smw_mode & WDOG_MODE_MASK) != WDOG_MODE_DISARMED) in pwdog_suspend()
173 switch (smw->smw_mode & WDOG_MODE_MASK) { in pwdog_setmode()
/netbsd/src/sys/arch/sparc64/dev/
Dpld_wdog.c88 device_xname(sc->sc_dev), smw->smw_mode, smw->smw_period); in pldwdog_tickle()
106 smw->smw_mode); in pldwdog_setmode()
109 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) { in pldwdog_setmode()
/netbsd/src/sys/arch/x86/pci/
Dtcpcib.c315 if ((smw->smw_mode & WDOG_MODE_MASK) != WDOG_MODE_DISARMED && in tcpcib_resume()
334 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) { in tcpcib_wdt_setmode()
Dtco.c250 return ((sc->sc_smw.smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED); in tco_suspend()
264 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) { in tcotimer_setmode()
Drdcpcib.c264 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) { in rdc_wdtimer_setmode()
/netbsd/src/sys/arch/arm/xscale/
Di80321_wdog.c88 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) { in iopwdog_setmode()
Dixp425_wdog.c181 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) in ixpdog_setmode()
/netbsd/src/sys/arch/mips/adm5120/dev/
Dadmwdog.c90 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) { in admwdog_setmode()
/netbsd/src/sys/arch/evbmips/atheros/
Dwdog.c157 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) { in wdog_setmode()
/netbsd/src/sys/arch/powerpc/ibm4xx/dev/
Dwdog.c128 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) { in wdog_setmode()
/netbsd/src/sys/dev/ic/
Ddwc_wdt.c128 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) { in dwcwdt_setmode()
/netbsd/src/sys/arch/arm/gemini/
Dgemini_wdt.c172 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) { in geminiwdt_setmode()
/netbsd/src/sys/arch/mips/sibyte/dev/
Dsbwdog.c148 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) { in sbwdog_setmode()
/netbsd/src/sys/arch/powerpc/booke/dev/
De500wdog.c101 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) { in e500wdog_setmode()
/netbsd/src/sys/arch/arm/imx/
Dimxwdog.c94 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) { in wdog_setmode()
/netbsd/src/sys/arch/arm/broadcom/
Dbcm2835_pmwdog.c184 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) { in bcmpmwdog_setmode()
/netbsd/src/sys/arch/i386/pci/
Dgeodewdg.c171 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) { in geode_wdog_setmode()
/netbsd/src/sys/arch/arm/cortex/
Da9wdt.c132 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) { in a9wdt_setmode()
/netbsd/src/sys/dev/isa/
Dwbsio.c445 if ((sc->sc_smw.smw_mode & WDOG_MODE_MASK) in wbsio_suspend()
878 if ((sc->sc_smw.smw_mode & WDOG_MODE_MASK) in wbsio_wdog_detach()
895 switch(smw->smw_mode & WDOG_MODE_MASK) { in wbsio_wdog_setmode()
Dweasel_isa.c225 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) { in weasel_isa_wdog_setmode()

12