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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/watchdog/
H A Dsbc60xxwdt.c33 * made wdt_stop and wdt_start module params
71 static int wdt_stop = 0x45; variable
72 module_param(wdt_stop, int, 0);
73 MODULE_PARM_DESC(wdt_stop, "SBC60xx WDT 'stop' io port (default 0x45)");
148 inb_p(wdt_stop);
328 if ((wdt_stop != 0x45) && (wdt_stop != wdt_start))
329 release_region(wdt_stop,1);
353 if ((wdt_stop != 0x45) && (wdt_stop !
[all...]
H A Dacquirewdt.c83 static int wdt_stop = 0x43; /* You must set this - there is no sane way to probe for this board. */ variable
84 module_param(wdt_stop, int, 0);
85 MODULE_PARM_DESC(wdt_stop, "Acquire WDT 'stop' io port (default 0x43)");
108 inb_p(wdt_stop);
249 if (wdt_stop != wdt_start) {
250 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) {
252 wdt_stop);
280 if (wdt_stop != wdt_start)
281 release_region(wdt_stop, 1);
290 if(wdt_stop !
[all...]
H A Dadvantechwdt.c28 * add wdt_start and wdt_stop as parameters.
58 * to I/O port wdt_start. To disable, read I/O port wdt_stop.
61 * the manual says wdt_stop is 0x43, not 0x443).
65 static int wdt_stop = 0x443; variable
66 module_param(wdt_stop, int, 0);
67 MODULE_PARM_DESC(wdt_stop, "Advantech WDT 'stop' io port (default 0x443)");
95 inb_p(wdt_stop);
253 if (wdt_stop != wdt_start) {
254 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) {
256 wdt_stop);
[all...]
H A Dwafer5823wdt.c59 static int wdt_stop = 0x843; variable
74 inb_p(wdt_stop);
90 inb_p(wdt_stop);
263 if (wdt_stop != wdt_start) {
264 if(!request_region(wdt_stop, 1, "Wafer 5823 WDT")) {
266 wdt_stop);
302 if (wdt_stop != wdt_start)
303 release_region(wdt_stop, 1);
312 if(wdt_stop != wdt_start)
313 release_region(wdt_stop,
[all...]
H A Dw83977f_wdt.c140 static int wdt_stop(void) function
311 wdt_stop();
417 wdt_stop();
448 wdt_stop();
530 wdt_stop();
H A Dwdt.c124 * wdt_stop:
129 static int wdt_stop (void) function
407 wdt_stop();
486 wdt_stop();

Completed in 54 milliseconds