diff options
Diffstat (limited to 'drivers/net/e1000/e1000_hw.h')
-rw-r--r-- | drivers/net/e1000/e1000_hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000/e1000_hw.h b/drivers/net/e1000/e1000_hw.h index b32a0c3cfd10..31bea3215841 100644 --- a/drivers/net/e1000/e1000_hw.h +++ b/drivers/net/e1000/e1000_hw.h | |||
@@ -3173,6 +3173,7 @@ struct e1000_host_command_info { | |||
3173 | #define IGP3_VR_CTRL \ | 3173 | #define IGP3_VR_CTRL \ |
3174 | PHY_REG(776, 18) /* Voltage regulator control register */ | 3174 | PHY_REG(776, 18) /* Voltage regulator control register */ |
3175 | #define IGP3_VR_CTRL_MODE_SHUT 0x0200 /* Enter powerdown, shutdown VRs */ | 3175 | #define IGP3_VR_CTRL_MODE_SHUT 0x0200 /* Enter powerdown, shutdown VRs */ |
3176 | #define IGP3_VR_CTRL_MODE_MASK 0x0300 /* Shutdown VR Mask */ | ||
3176 | 3177 | ||
3177 | #define IGP3_CAPABILITY \ | 3178 | #define IGP3_CAPABILITY \ |
3178 | PHY_REG(776, 19) /* IGP3 Capability Register */ | 3179 | PHY_REG(776, 19) /* IGP3 Capability Register */ |