Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux
[deliverable/linux.git] / include / linux / brcmphy.h
CommitLineData
8649f13d
MC
1#define PHY_BCM_FLAGS_MODE_COPPER 0x00000001
2#define PHY_BCM_FLAGS_MODE_1000BX 0x00000002
3#define PHY_BCM_FLAGS_INTF_SGMII 0x00000010
4#define PHY_BCM_FLAGS_INTF_XAUI 0x00000020
5#define PHY_BRCM_WIRESPEED_ENABLE 0x00000100
6#define PHY_BRCM_AUTO_PWRDWN_ENABLE 0x00000200
32e5a8d6 7#define PHY_BRCM_RX_REFCLK_UNUSED 0x00000400
8649f13d
MC
8#define PHY_BRCM_STD_IBND_DISABLE 0x00000800
9#define PHY_BRCM_EXT_IBND_RX_ENABLE 0x00001000
10#define PHY_BRCM_EXT_IBND_TX_ENABLE 0x00002000
63a14ce4 11#define PHY_BRCM_CLEAR_RGMII_MODE 0x00004000
52fae083 12#define PHY_BRCM_DIS_TXCRXC_NOENRGY 0x00008000
8649f13d 13#define PHY_BCM_FLAGS_VALID 0x80000000
This page took 0.050384 seconds and 5 git commands to generate.