Lines Matching refs:wdt_stop
86 static int wdt_stop = 0x43; variable
87 module_param(wdt_stop, int, 0);
88 MODULE_PARM_DESC(wdt_stop, "Acquire WDT 'stop' io port (default 0x43)");
114 inb_p(wdt_stop); in acq_stop()
246 if (wdt_stop != wdt_start) { in acq_probe()
247 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) { in acq_probe()
248 pr_err("I/O address 0x%04x already in use\n", wdt_stop); in acq_probe()
271 if (wdt_stop != wdt_start) in acq_probe()
272 release_region(wdt_stop, 1); in acq_probe()
281 if (wdt_stop != wdt_start) in acq_remove()
282 release_region(wdt_stop, 1); in acq_remove()