Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[linux-2.6-microblaze.git] / drivers / net / ethernet / intel / e1000e / ich8lan.h
index e757896..d6a092e 100644 (file)
 #define E1000_FWSM_WLOCK_MAC_MASK      0x0380
 #define E1000_FWSM_WLOCK_MAC_SHIFT     7
 #define E1000_FWSM_ULP_CFG_DONE                0x00000400      /* Low power cfg done */
+#define E1000_EXFWSM_DPG_EXIT_DONE     0x00000001
 
 /* Shared Receive Address Registers */
 #define E1000_SHRAL_PCH_LPT(_i)                (0x05408 + ((_i) * 8))
 #define E1000_SHRAH_PCH_LPT(_i)                (0x0540C + ((_i) * 8))
 
 #define E1000_H2ME             0x05B50 /* Host to ME */
+#define E1000_H2ME_START_DPG   0x00000001      /* indicate the ME of DPG */
+#define E1000_H2ME_EXIT_DPG    0x00000002      /* indicate the ME exit DPG */
 #define E1000_H2ME_ULP         0x00000800      /* ULP Indication Bit */
 #define E1000_H2ME_ENFORCE_SETTINGS    0x00001000      /* Enforce Settings */