Lines Matching refs:wdt_start
74 static int wdt_start = 0x443; variable
75 module_param(wdt_start, int, 0);
76 MODULE_PARM_DESC(wdt_start, "SBC60xx WDT 'start' io port (default 0x443)");
126 inb_p(wdt_start); in wdt_timer_ping()
320 if ((wdt_stop != 0x45) && (wdt_stop != wdt_start)) in sbc60xxwdt_unload()
322 release_region(wdt_start, 1); in sbc60xxwdt_unload()
335 if (!request_region(wdt_start, 1, "SBC 60XX WDT")) { in sbc60xxwdt_init()
336 pr_err("I/O address 0x%04x already in use\n", wdt_start); in sbc60xxwdt_init()
342 if (wdt_stop != 0x45 && wdt_stop != wdt_start) { in sbc60xxwdt_init()
370 if (wdt_stop != 0x45 && wdt_stop != wdt_start) in sbc60xxwdt_init()
373 release_region(wdt_start, 1); in sbc60xxwdt_init()