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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A DiTCO_wdt.c357 #define TCOBASE (iTCO_wdt_private.ACPIBASE + 0x60)
359 #define SMI_EN (iTCO_wdt_private.ACPIBASE + 0x30)
385 } iTCO_wdt_private; variable in typeref:struct:__anon16434
420 if (iTCO_wdt_private.iTCO_version == 2) {
421 val32 = readl(iTCO_wdt_private.gcs);
423 writel(val32, iTCO_wdt_private.gcs);
424 } else if (iTCO_wdt_private.iTCO_version == 1) {
425 pci_read_config_dword(iTCO_wdt_private.pdev, 0xd4, &val32);
427 pci_write_config_dword(iTCO_wdt_private.pdev, 0xd4, val32);
437 if (iTCO_wdt_private
[all...]

Completed in 23 milliseconds