Lines Matching refs:wdt_start
87 static int wdt_start = 0x443; variable
88 module_param(wdt_start, int, 0);
89 MODULE_PARM_DESC(wdt_start, "Acquire WDT 'start' io port (default 0x443)");
104 inb_p(wdt_start); in acq_keepalive()
242 if (wdt_stop != wdt_start) { in acq_probe()
250 if (!request_region(wdt_start, 1, WATCHDOG_NAME)) { in acq_probe()
251 pr_err("I/O address 0x%04x already in use\n", wdt_start); in acq_probe()
265 release_region(wdt_start, 1); in acq_probe()
267 if (wdt_stop != wdt_start) in acq_probe()
276 release_region(wdt_start, 1); in acq_remove()
277 if (wdt_stop != wdt_start) in acq_remove()