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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A DiTCO_vendor_support.c38 #define SMI_EN (acpibase + 0x30) /* SMI Control and Enable Register */ macro
89 val32 = inl(SMI_EN);
91 outl(val32, SMI_EN); /* Needed to activate watchdog */
99 val32 = inl(SMI_EN);
101 outl(val32, SMI_EN); /* Needed to deactivate watchdog */
276 val32 = inl(SMI_EN);
280 outl(val32, SMI_EN);
287 val32 = inl(SMI_EN);
291 outl(val32, SMI_EN);
H A DiTCO_wdt.c359 #define SMI_EN (iTCO_wdt_private.ACPIBASE + 0x30) macro
819 /* The TCO logic uses the TCO_EN bit in the SMI_EN register */
820 if (!request_region(SMI_EN, 4, "iTCO_wdt")) {
822 "I/O address 0x%04lx already in use\n", SMI_EN);
827 val32 = inl(SMI_EN);
829 outl(val32, SMI_EN);
878 release_region(SMI_EN, 4);
897 release_region(SMI_EN, 4);

Completed in 58 milliseconds