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()
321 if ((wdt_stop != 0x45) && (wdt_stop != wdt_start)) in sbc60xxwdt_unload()
323 release_region(wdt_start, 1); in sbc60xxwdt_unload()
336 if (!request_region(wdt_start, 1, "SBC 60XX WDT")) { in sbc60xxwdt_init()
337 pr_err("I/O address 0x%04x already in use\n", wdt_start); in sbc60xxwdt_init()
343 if (wdt_stop != 0x45 && wdt_stop != wdt_start) { in sbc60xxwdt_init()
371 if (wdt_stop != 0x45 && wdt_stop != wdt_start) in sbc60xxwdt_init()
374 release_region(wdt_start, 1); in sbc60xxwdt_init()