Lines Matching refs:wdt_stop
70 static int wdt_stop = 0x45; variable
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); in wdt_turnoff()
321 if ((wdt_stop != 0x45) && (wdt_stop != wdt_start)) in sbc60xxwdt_unload()
322 release_region(wdt_stop, 1); in sbc60xxwdt_unload()
343 if (wdt_stop != 0x45 && wdt_stop != wdt_start) { in sbc60xxwdt_init()
344 if (!request_region(wdt_stop, 1, "SBC 60XX WDT")) { in sbc60xxwdt_init()
345 pr_err("I/O address 0x%04x already in use\n", wdt_stop); in sbc60xxwdt_init()
371 if (wdt_stop != 0x45 && wdt_stop != wdt_start) in sbc60xxwdt_init()
372 release_region(wdt_stop, 1); in sbc60xxwdt_init()