Searched refs:WDT_STOP (Results 1 – 2 of 2) sorted by relevance
90 #define WDT_STOP 0x441 macro127 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()
19 #define WDT_STOP 0 macro48 WCHDG_CR, WDT_START_MASK, WDT_STOP); in pmic_wdt_stop()