Lines Matching refs:wdt_start
80 static int wdt_start = 0x443; variable
81 module_param(wdt_start, int, 0);
82 MODULE_PARM_DESC(wdt_start, "SBC60xx WDT 'start' io port (default 0x443)");
132 inb_p(wdt_start); in wdt_timer_ping()
326 if ((wdt_stop != 0x45) && (wdt_stop != wdt_start)) in sbc60xxwdt_unload()
328 release_region(wdt_start, 1); in sbc60xxwdt_unload()
341 if (!request_region(wdt_start, 1, "SBC 60XX WDT")) { in sbc60xxwdt_init()
342 pr_err("I/O address 0x%04x already in use\n", wdt_start); in sbc60xxwdt_init()
348 if (wdt_stop != 0x45 && wdt_stop != wdt_start) { in sbc60xxwdt_init()
376 if (wdt_stop != 0x45 && wdt_stop != wdt_start) in sbc60xxwdt_init()
379 release_region(wdt_start, 1); in sbc60xxwdt_init()