Lines Matching defs:wdt_stop
82 static int wdt_stop = 0x43;
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);
243 if (wdt_stop != wdt_start) {
244 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) {
245 pr_err("I/O address 0x%04x already in use\n", wdt_stop);
268 if (wdt_stop != wdt_start)
269 release_region(wdt_stop, 1);
278 if (wdt_stop != wdt_start)
279 release_region(wdt_stop, 1);