diff options
Diffstat (limited to 'drivers/net/ethernet/stmicro/stmmac/dwmac1000.h')
-rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/dwmac1000.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac1000.h b/drivers/net/ethernet/stmicro/stmmac/dwmac1000.h index 85466e5a70b7..6dd689e19f0a 100644 --- a/drivers/net/ethernet/stmicro/stmmac/dwmac1000.h +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac1000.h | |||
@@ -89,13 +89,14 @@ enum power_event { | |||
89 | (reg * 8)) | 89 | (reg * 8)) |
90 | #define GMAC_MAX_PERFECT_ADDRESSES 32 | 90 | #define GMAC_MAX_PERFECT_ADDRESSES 32 |
91 | 91 | ||
92 | /* PCS registers (AN/TBI/SGMII/RGMII) offset */ | ||
92 | #define GMAC_AN_CTRL 0x000000c0 /* AN control */ | 93 | #define GMAC_AN_CTRL 0x000000c0 /* AN control */ |
93 | #define GMAC_AN_STATUS 0x000000c4 /* AN status */ | 94 | #define GMAC_AN_STATUS 0x000000c4 /* AN status */ |
94 | #define GMAC_ANE_ADV 0x000000c8 /* Auto-Neg. Advertisement */ | 95 | #define GMAC_ANE_ADV 0x000000c8 /* Auto-Neg. Advertisement */ |
95 | #define GMAC_ANE_LINK 0x000000cc /* Auto-Neg. link partener ability */ | 96 | #define GMAC_ANE_LPA 0x000000cc /* Auto-Neg. link partener ability */ |
96 | #define GMAC_ANE_EXP 0x000000d0 /* ANE expansion */ | 97 | #define GMAC_ANE_EXP 0x000000d0 /* ANE expansion */ |
97 | #define GMAC_TBI 0x000000d4 /* TBI extend status */ | 98 | #define GMAC_TBI 0x000000d4 /* TBI extend status */ |
98 | #define GMAC_GMII_STATUS 0x000000d8 /* S/R-GMII status */ | 99 | #define GMAC_S_R_GMII 0x000000d8 /* SGMII RGMII status */ |
99 | 100 | ||
100 | /* GMAC Configuration defines */ | 101 | /* GMAC Configuration defines */ |
101 | #define GMAC_CONTROL_TC 0x01000000 /* Transmit Conf. in RGMII/SGMII */ | 102 | #define GMAC_CONTROL_TC 0x01000000 /* Transmit Conf. in RGMII/SGMII */ |