https://github.com/torvalds/linux
Raw File
Tip revision: fec6c6fec3e20637bee5d276fb61dd8b49a3f9cc authored by Linus Torvalds on 04 March 2009, 01:05:22 UTC
Linux 2.6.29-rc7
Tip revision: fec6c6f
brcmphy.h
#define PHY_BRCM_WIRESPEED_ENABLE	0x00000001
#define PHY_BRCM_AUTO_PWRDWN_ENABLE	0x00000002
#define PHY_BRCM_APD_CLK125_ENABLE	0x00000004
#define PHY_BRCM_STD_IBND_DISABLE	0x00000008
#define PHY_BRCM_EXT_IBND_RX_ENABLE	0x00000010
#define PHY_BRCM_EXT_IBND_TX_ENABLE	0x00000020
back to top