Lines Matching defs:wdt_stop
57 static int wdt_stop = 0x843;
76 inb_p(wdt_stop);
91 inb_p(wdt_stop);
265 if (wdt_stop != wdt_start) {
266 if (!request_region(wdt_stop, 1, "Wafer 5823 WDT")) {
267 pr_err("I/O address 0x%04x already in use\n", wdt_stop);
301 if (wdt_stop != wdt_start)
302 release_region(wdt_stop, 1);
311 if (wdt_stop != wdt_start)
312 release_region(wdt_stop, 1);