diff options
Diffstat (limited to 'include/linux/phy.h')
-rw-r--r-- | include/linux/phy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index d0af7d37fdf9..1739c6dc470e 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h | |||
@@ -195,6 +195,8 @@ static inline const char *phy_modes(phy_interface_t interface) | |||
195 | /* Or MII_ADDR_C45 into regnum for read/write on mii_bus to enable the 21 bit | 195 | /* Or MII_ADDR_C45 into regnum for read/write on mii_bus to enable the 21 bit |
196 | IEEE 802.3ae clause 45 addressing mode used by 10GIGE phy chips. */ | 196 | IEEE 802.3ae clause 45 addressing mode used by 10GIGE phy chips. */ |
197 | #define MII_ADDR_C45 (1<<30) | 197 | #define MII_ADDR_C45 (1<<30) |
198 | #define MII_DEVADDR_C45_SHIFT 16 | ||
199 | #define MII_REGADDR_C45_MASK GENMASK(15, 0) | ||
198 | 200 | ||
199 | struct device; | 201 | struct device; |
200 | struct phylink; | 202 | struct phylink; |