Lines Matching refs:wdt_start
91 static int wdt_start = 0x443; variable
92 module_param(wdt_start, int, 0);
93 MODULE_PARM_DESC(wdt_start, "Acquire WDT 'start' io port (default 0x443)");
108 inb_p(wdt_start); in acq_keepalive()
246 if (wdt_stop != wdt_start) { in acq_probe()
254 if (!request_region(wdt_start, 1, WATCHDOG_NAME)) { in acq_probe()
255 pr_err("I/O address 0x%04x already in use\n", wdt_start); in acq_probe()
269 release_region(wdt_start, 1); in acq_probe()
271 if (wdt_stop != wdt_start) in acq_probe()
280 release_region(wdt_start, 1); in acq_remove()
281 if (wdt_stop != wdt_start) in acq_remove()