-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 171131 b: refs/heads/master c: 8649f13 h: refs/heads/master i: 171129: cac29ca 171127: 39c4aa2 v: v3
- Loading branch information
Matt Carlson
authored and
David S. Miller
committed
Nov 3, 2009
1 parent
e90367a
commit ceb0bb2
Showing
3 changed files
with
13 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: c73430d04ec75962e20e186d34c40b6d999f0968 | ||
refs/heads/master: 8649f13d2d810406da444a6101906041b796fbde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
#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 | ||
#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 | ||
#define PHY_BRCM_APD_CLK125_ENABLE 0x00000400 | ||
#define PHY_BRCM_STD_IBND_DISABLE 0x00000800 | ||
#define PHY_BRCM_EXT_IBND_RX_ENABLE 0x00001000 | ||
#define PHY_BRCM_EXT_IBND_TX_ENABLE 0x00002000 | ||
#define PHY_BCM_FLAGS_VALID 0x80000000 |