Searched refs:WDT_STOP (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/watchdog/ |
H A D | ib700wdt.c | 90 #define WDT_STOP 0x441 macro 127 outb_p(0, WDT_STOP); in ibwdt_disable() 281 #if WDT_START != WDT_STOP in ibwdt_probe() 282 if (!request_region(WDT_STOP, 1, "IB700 WDT")) { in ibwdt_probe() 283 pr_err("STOP method I/O %X is not available\n", WDT_STOP); in ibwdt_probe() 312 #if WDT_START != WDT_STOP in ibwdt_probe() 313 release_region(WDT_STOP, 1); in ibwdt_probe() 323 #if WDT_START != WDT_STOP in ibwdt_remove() 324 release_region(WDT_STOP, 1); in ibwdt_remove()
|
H A D | sunplus_wdt.c | 20 #define WDT_STOP 0x3877 macro 57 writel(WDT_STOP, base + WDT_CTRL); in sp_wdt_restart() 95 writel(WDT_STOP, base + WDT_CTRL); in sp_wdt_stop()
|
H A D | stpmic1_wdt.c | 19 #define WDT_STOP 0 macro 48 WCHDG_CR, WDT_START_MASK, WDT_STOP); in pmic_wdt_stop()
|