2009-11-02 22:30:00 +08:00
|
|
|
#define PHY_BCM_FLAGS_MODE_COPPER 0x00000001
|
|
|
|
#define PHY_BCM_FLAGS_MODE_1000BX 0x00000002
|
|
|
|
#define PHY_BCM_FLAGS_INTF_SGMII 0x00000010
|
|
|
|
#define PHY_BCM_FLAGS_INTF_XAUI 0x00000020
|
|
|
|
#define PHY_BRCM_WIRESPEED_ENABLE 0x00000100
|
|
|
|
#define PHY_BRCM_AUTO_PWRDWN_ENABLE 0x00000200
|
2009-11-02 22:31:39 +08:00
|
|
|
#define PHY_BRCM_RX_REFCLK_UNUSED 0x00000400
|
2009-11-02 22:30:00 +08:00
|
|
|
#define PHY_BRCM_STD_IBND_DISABLE 0x00000800
|
|
|
|
#define PHY_BRCM_EXT_IBND_RX_ENABLE 0x00001000
|
|
|
|
#define PHY_BRCM_EXT_IBND_TX_ENABLE 0x00002000
|
2009-11-02 22:30:40 +08:00
|
|
|
#define PHY_BRCM_CLEAR_RGMII_MODE 0x00004000
|
2009-11-02 22:32:38 +08:00
|
|
|
#define PHY_BRCM_DIS_TXCRXC_NOENRGY 0x00008000
|
2009-11-02 22:30:00 +08:00
|
|
|
#define PHY_BCM_FLAGS_VALID 0x80000000
|