summaryrefslogtreecommitdiff
path: root/include/linux/mii.h
diff options
context:
space:
mode:
authorCharles Coldwell <coldwell@gmail.com>2013-02-21 08:25:52 -0500
committerJoe Hershberger <joe.hershberger@ni.com>2013-06-24 19:11:13 -0500
commitde1d786edf01035f60a87e1e0f917a4169dc6964 (patch)
tree770e415d1040e27470598eb94d85bdc6f1729f88 /include/linux/mii.h
parent5da7cf81c8d76c7b5ddf5225224141eae4e706be (diff)
downloadu-boot-imx-de1d786edf01035f60a87e1e0f917a4169dc6964.zip
u-boot-imx-de1d786edf01035f60a87e1e0f917a4169dc6964.tar.gz
u-boot-imx-de1d786edf01035f60a87e1e0f917a4169dc6964.tar.bz2
add support for Xilinx 1000BASE-X phy (GTX)
commit 39695029bc15041c809df3db4ba19bd729c447fa Author: Charles Coldwell <coldwell@ll.mit.edu> Date: Tue Feb 19 08:27:33 2013 -0500 Changes to support the Xilinx 1000BASE-X phy (GTX/MGT) Signed-off-by: Charles Coldwell <coldwell@ll.mit.edu>
Diffstat (limited to 'include/linux/mii.h')
-rw-r--r--include/linux/mii.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mii.h b/include/linux/mii.h
index 8b92692..66b83d8 100644
--- a/include/linux/mii.h
+++ b/include/linux/mii.h
@@ -115,6 +115,8 @@
#define EXPANSION_MFAULTS 0x0010 /* Multiple faults detected */
#define EXPANSION_RESV 0xffe0 /* Unused... */
+#define ESTATUS_1000_XFULL 0x8000 /* Can do 1000BX Full */
+#define ESTATUS_1000_XHALF 0x4000 /* Can do 1000BX Half */
#define ESTATUS_1000_TFULL 0x2000 /* Can do 1000BT Full */
#define ESTATUS_1000_THALF 0x1000 /* Can do 1000BT Half */