Lines Matching refs:wdt_stop
62 static int wdt_stop = 0x443; variable
63 module_param(wdt_stop, int, 0);
64 MODULE_PARM_DESC(wdt_stop, "Advantech WDT 'stop' io port (default 0x443)");
94 inb_p(wdt_stop); in advwdt_disable()
241 if (wdt_stop != wdt_start) { in advwdt_probe()
242 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) { in advwdt_probe()
244 wdt_stop); in advwdt_probe()
276 if (wdt_stop != wdt_start) in advwdt_probe()
277 release_region(wdt_stop, 1); in advwdt_probe()
285 if (wdt_stop != wdt_start) in advwdt_remove()
286 release_region(wdt_stop, 1); in advwdt_remove()