Lines Matching refs:wdt_stop
66 static int wdt_stop = 0x443; variable
67 module_param(wdt_stop, int, 0);
68 MODULE_PARM_DESC(wdt_stop, "Advantech WDT 'stop' io port (default 0x443)");
98 inb_p(wdt_stop); in advwdt_disable()
245 if (wdt_stop != wdt_start) { in advwdt_probe()
246 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) { in advwdt_probe()
248 wdt_stop); in advwdt_probe()
280 if (wdt_stop != wdt_start) in advwdt_probe()
281 release_region(wdt_stop, 1); in advwdt_probe()
289 if (wdt_stop != wdt_start) in advwdt_remove()
290 release_region(wdt_stop, 1); in advwdt_remove()