aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/brcmphy.h
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2010-06-16 19:02:23 -0400
committerDavid S. Miller <davem@davemloft.net>2010-06-25 00:30:09 -0400
commitfcb26ec5b18d88bb22366799d056dc3630d0e895 (patch)
treeba164d38c89938e4f39d4d41dacddd1f2fd144c2 /include/linux/brcmphy.h
parentdeb0d7c740a008a4e26806317497549b0e8907eb (diff)
broadcom: move all PHY_ID's to header
Move all PHY IDs to brcmphy.h header for completeness and unification of code. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/brcmphy.h')
-rw-r--r--include/linux/brcmphy.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/brcmphy.h b/include/linux/brcmphy.h
index 7f437ca1ed44..c14c3a1b64d2 100644
--- a/include/linux/brcmphy.h
+++ b/include/linux/brcmphy.h
@@ -1,6 +1,12 @@
1#define PHY_ID_BCM50610 0x0143bd60 1#define PHY_ID_BCM50610 0x0143bd60
2#define PHY_ID_BCM50610M 0x0143bd70 2#define PHY_ID_BCM50610M 0x0143bd70
3#define PHY_ID_BCMAC131 0x0143bc70 3#define PHY_ID_BCMAC131 0x0143bc70
4#define PHY_ID_BCM5481 0x0143bca0
5#define PHY_ID_BCM5482 0x0143bcb0
6#define PHY_ID_BCM5411 0x00206070
7#define PHY_ID_BCM5421 0x002060e0
8#define PHY_ID_BCM5464 0x002060b0
9#define PHY_ID_BCM5461 0x002060c0
4#define PHY_ID_BCM57780 0x03625d90 10#define PHY_ID_BCM57780 0x03625d90
5 11
6#define PHY_BCM_OUI_MASK 0xfffffc00 12#define PHY_BCM_OUI_MASK 0xfffffc00