-
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.
This patch adds some options obtained through shared memory. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: Benjamin Li <benli@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information
Matt Carlson
authored and
David S. Miller
committed
May 29, 2008
1 parent
57e6983
commit a9daf36
Showing
3 changed files
with
123 additions
and
8 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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#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 |