Lines Matching refs:wdt_stop
76 static int wdt_stop = 0x45; variable
77 module_param(wdt_stop, int, 0);
78 MODULE_PARM_DESC(wdt_stop, "SBC60xx WDT 'stop' io port (default 0x45)");
156 inb_p(wdt_stop); in wdt_turnoff()
326 if ((wdt_stop != 0x45) && (wdt_stop != wdt_start)) in sbc60xxwdt_unload()
327 release_region(wdt_stop, 1); in sbc60xxwdt_unload()
348 if (wdt_stop != 0x45 && wdt_stop != wdt_start) { in sbc60xxwdt_init()
349 if (!request_region(wdt_stop, 1, "SBC 60XX WDT")) { in sbc60xxwdt_init()
350 pr_err("I/O address 0x%04x already in use\n", wdt_stop); in sbc60xxwdt_init()
376 if (wdt_stop != 0x45 && wdt_stop != wdt_start) in sbc60xxwdt_init()
377 release_region(wdt_stop, 1); in sbc60xxwdt_init()