Lines Matching defs:wdt_stop
33 * made wdt_stop and wdt_start module params
70 static int wdt_stop = 0x45;
71 module_param(wdt_stop, int, 0);
72 MODULE_PARM_DESC(wdt_stop, "SBC60xx WDT 'stop' io port (default 0x45)");
150 inb_p(wdt_stop);
321 if ((wdt_stop != 0x45) && (wdt_stop != wdt_start))
322 release_region(wdt_stop, 1);
343 if (wdt_stop != 0x45 && wdt_stop != wdt_start) {
344 if (!request_region(wdt_stop, 1, "SBC 60XX WDT")) {
345 pr_err("I/O address 0x%04x already in use\n", wdt_stop);
371 if (wdt_stop != 0x45 && wdt_stop != wdt_start)
372 release_region(wdt_stop, 1);