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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A DiTCO_wdt.c156 #define TCOBASE iTCO_wdt_private.ACPIBASE + 0x60 /* TCO base address */
157 #define SMI_EN iTCO_wdt_private.ACPIBASE + 0x30 /* SMI Control and Enable Register */
178 } iTCO_wdt_private; variable in typeref:struct:__anon4362
223 if (iTCO_wdt_private.iTCO_version == 2) {
224 val32 = readl(iTCO_wdt_private.gcs);
226 writel(val32, iTCO_wdt_private.gcs);
227 } else if (iTCO_wdt_private.iTCO_version == 1) {
228 pci_read_config_dword(iTCO_wdt_private.pdev, 0xd4, &val32);
230 pci_write_config_dword(iTCO_wdt_private.pdev, 0xd4, val32);
240 if (iTCO_wdt_private
[all...]

Completed in 50 milliseconds