Lines Matching refs:wdt_stop
82 static int wdt_stop = 0x43; variable
83 module_param(wdt_stop, int, 0);
84 MODULE_PARM_DESC(wdt_stop, "Acquire WDT 'stop' io port (default 0x43)");
110 inb_p(wdt_stop); in acq_stop()
242 if (wdt_stop != wdt_start) { in acq_probe()
243 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) { in acq_probe()
244 pr_err("I/O address 0x%04x already in use\n", wdt_stop); in acq_probe()
267 if (wdt_stop != wdt_start) in acq_probe()
268 release_region(wdt_stop, 1); in acq_probe()
277 if (wdt_stop != wdt_start) in acq_remove()
278 release_region(wdt_stop, 1); in acq_remove()