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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dw83697hf_wdt.c53 static int wdt_io = 0x2e; variable
54 module_param(wdt_io, int, 0);
55 MODULE_PARM_DESC(wdt_io, "w83697hf/hg WDT io port (default 0x2e, 0 = autodetect)");
69 #define W83697HF_EFER (wdt_io+0) /* Extended Function Enable Register */
70 #define W83697HF_EFIR (wdt_io+0) /* Extended Function Index Register (same as EFER) */
71 #define W83697HF_EFDR (wdt_io+1) /* Extended Function Data Register */
353 if (!request_region(wdt_io, 2, WATCHDOG_NAME)) {
354 printk (KERN_ERR PFX "I/O address 0x%x already in use\n", wdt_io);
358 printk (KERN_DEBUG PFX "Looking for watchdog at address 0x%x\n", wdt_io);
361 printk (KERN_INFO PFX "watchdog found at address 0x%x\n", 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)");
70 #define WDT_EFER (wdt_io+0) /* Extended Function Enable Registers */
71 #define WDT_EFIR (wdt_io+0) /* Extended Function Index Register (same as EFER) */
335 if (!request_region(wdt_io, 1, WATCHDOG_NAME)) {
337 wdt_io);
366 release_region(wdt_io, 1);
375 release_region(wdt_io,1);

Completed in 98 milliseconds