Searched refs:wdt_stop (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dsbc60xxwdt.c37 * made wdt_stop and wdt_start module params
75 static int wdt_stop = 0x45; variable
76 module_param(wdt_stop, int, 0);
77 MODULE_PARM_DESC(wdt_stop, "SBC60xx WDT 'stop' io port (default 0x45)");
156 inb_p(wdt_stop);
327 if ((wdt_stop != 0x45) && (wdt_stop != wdt_start))
328 release_region(wdt_stop, 1);
351 if (wdt_stop != 0x45 && wdt_stop !
[all...]
H A Dacquirewdt.c86 static int wdt_stop = 0x43; variable
87 module_param(wdt_stop, int, 0);
88 MODULE_PARM_DESC(wdt_stop, "Acquire WDT 'stop' io port (default 0x43)");
114 inb_p(wdt_stop);
247 if (wdt_stop != wdt_start) {
248 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) {
250 "I/O address 0x%04x already in use\n", wdt_stop);
275 if (wdt_stop != wdt_start)
276 release_region(wdt_stop, 1);
285 if (wdt_stop !
[all...]
H A Dadvantechwdt.c28 * add wdt_start and wdt_stop as parameters.
59 * to I/O port wdt_start. To disable, read I/O port wdt_stop.
62 * the manual says wdt_stop is 0x43, not 0x443).
66 static int wdt_stop = 0x443; variable
67 module_param(wdt_stop, int, 0);
68 MODULE_PARM_DESC(wdt_stop, "Advantech WDT 'stop' io port (default 0x443)");
98 inb_p(wdt_stop);
246 if (wdt_stop != wdt_start) {
247 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) {
250 wdt_stop);
[all...]
H A Dwafer5823wdt.c59 static int wdt_stop = 0x843; variable
78 inb_p(wdt_stop);
93 inb_p(wdt_stop);
269 if (wdt_stop != wdt_start) {
270 if (!request_region(wdt_stop, 1, "Wafer 5823 WDT")) {
273 wdt_stop);
310 if (wdt_stop != wdt_start)
311 release_region(wdt_stop, 1);
320 if (wdt_stop != wdt_start)
321 release_region(wdt_stop,
[all...]
H A Dw83977f_wdt.c143 static int wdt_stop(void) function
312 wdt_stop();
409 wdt_stop();
447 wdt_stop();
525 wdt_stop();
H A Dwdt.c140 * wdt_stop:
145 static int wdt_stop(void) function
441 wdt_stop();
516 wdt_stop();
H A Dit87_wdt.c248 static void wdt_stop(void) function
377 wdt_stop();
475 wdt_stop();
506 wdt_stop();

Completed in 63 milliseconds