diff options
Diffstat (limited to 'include/linux/brcmphy.h')
-rw-r--r-- | include/linux/brcmphy.h | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/include/linux/brcmphy.h b/include/linux/brcmphy.h index 9b64b6d67873..7f437ca1ed44 100644 --- a/include/linux/brcmphy.h +++ b/include/linux/brcmphy.h | |||
@@ -1,6 +1,24 @@ | |||
1 | #define PHY_BRCM_WIRESPEED_ENABLE 0x00000001 | 1 | #define PHY_ID_BCM50610 0x0143bd60 |
2 | #define PHY_BRCM_AUTO_PWRDWN_ENABLE 0x00000002 | 2 | #define PHY_ID_BCM50610M 0x0143bd70 |
3 | #define PHY_BRCM_APD_CLK125_ENABLE 0x00000004 | 3 | #define PHY_ID_BCMAC131 0x0143bc70 |
4 | #define PHY_BRCM_STD_IBND_DISABLE 0x00000008 | 4 | #define PHY_ID_BCM57780 0x03625d90 |
5 | #define PHY_BRCM_EXT_IBND_RX_ENABLE 0x00000010 | 5 | |
6 | #define PHY_BRCM_EXT_IBND_TX_ENABLE 0x00000020 | 6 | #define PHY_BCM_OUI_MASK 0xfffffc00 |
7 | #define PHY_BCM_OUI_1 0x00206000 | ||
8 | #define PHY_BCM_OUI_2 0x0143bc00 | ||
9 | #define PHY_BCM_OUI_3 0x03625c00 | ||
10 | |||
11 | |||
12 | #define PHY_BCM_FLAGS_MODE_COPPER 0x00000001 | ||
13 | #define PHY_BCM_FLAGS_MODE_1000BX 0x00000002 | ||
14 | #define PHY_BCM_FLAGS_INTF_SGMII 0x00000010 | ||
15 | #define PHY_BCM_FLAGS_INTF_XAUI 0x00000020 | ||
16 | #define PHY_BRCM_WIRESPEED_ENABLE 0x00000100 | ||
17 | #define PHY_BRCM_AUTO_PWRDWN_ENABLE 0x00000200 | ||
18 | #define PHY_BRCM_RX_REFCLK_UNUSED 0x00000400 | ||
19 | #define PHY_BRCM_STD_IBND_DISABLE 0x00000800 | ||
20 | #define PHY_BRCM_EXT_IBND_RX_ENABLE 0x00001000 | ||
21 | #define PHY_BRCM_EXT_IBND_TX_ENABLE 0x00002000 | ||
22 | #define PHY_BRCM_CLEAR_RGMII_MODE 0x00004000 | ||
23 | #define PHY_BRCM_DIS_TXCRXC_NOENRGY 0x00008000 | ||
24 | #define PHY_BCM_FLAGS_VALID 0x80000000 | ||