Searched refs:wdt_io (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dw83697hf_wdt.c54 static int wdt_io = 0x2e; variable
55 module_param(wdt_io, int, 0);
56 MODULE_PARM_DESC(wdt_io,
81 #define W83697HF_EFER (wdt_io + 0) /* Extended Function Enable Register */
82 #define W83697HF_EFIR (wdt_io + 0) /* Extended Function Index Register
84 #define W83697HF_EFDR (wdt_io + 1) /* Extended Function Data Register */
364 if (!request_region(wdt_io, 2, WATCHDOG_NAME)) {
366 "I/O address 0x%x already in use\n", wdt_io);
371 "Looking for watchdog at address 0x%x\n", wdt_io);
375 "watchdog found at address 0x%x\n", wdt_io);
[all...]
H A Dw83697ug_wdt.c57 static int wdt_io = 0x2e; variable
58 module_param(wdt_io, int, 0);
59 MODULE_PARM_DESC(wdt_io, "w83697ug/uf WDT io port (default 0x2e)");
77 #define WDT_EFER (wdt_io+0) /* Extended Function Enable Registers */
78 #define WDT_EFIR (wdt_io+0) /* Extended Function Index Register
95 "W83697UG/UF found at 0x%04x\n", version, wdt_io);
352 if (!request_region(wdt_io, 1, WATCHDOG_NAME)) {
354 wdt_io);
386 release_region(wdt_io, 1);
394 release_region(wdt_io,
[all...]
H A Dw83627hf_wdt.c54 static int wdt_io = 0x2E; variable
55 module_param(wdt_io, int, 0);
56 MODULE_PARM_DESC(wdt_io, "w83627hf/thf WDT io port (default 0x2E)");
74 #define WDT_EFER (wdt_io+0) /* Extended Function Enable Registers */
75 #define WDT_EFIR (wdt_io+0) /* Extended Function Index Register
333 if (!request_region(wdt_io, 1, WATCHDOG_NAME)) {
335 wdt_io);
366 release_region(wdt_io, 1);
374 release_region(wdt_io, 1);

Completed in 49 milliseconds