summaryrefslogtreecommitdiff
path: root/include/dm9161.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-08-14 18:03:48 +0200
committerWolfgang Denk <wd@denx.de>2007-08-14 18:03:48 +0200
commit3f76451b4a9f52f8c37a0526df217d12175182ea (patch)
tree0c40d10e755ee3cc71cfce81a1a28f5584eda2a0 /include/dm9161.h
parent71d67f43dabe8dd8adbe594b6c61944a2d106efa (diff)
parente54b970173769307a116bd34028b6d0c2eea2a4e (diff)
Merge with /home/wd/git/u-boot/custodian/u-boot-arm
Diffstat (limited to 'include/dm9161.h')
-rw-r--r--include/dm9161.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dm9161.h b/include/dm9161.h
index f5bfb1960d4..d5d0e8d3ab0 100644
--- a/include/dm9161.h
+++ b/include/dm9161.h
@@ -43,9 +43,9 @@
#define DM9161_COLLISION_TEST (1 << 7)
/*--Bit definitions: DM9161_BMSR */
-#define DM9161_100BASE_T4 (1 << 15)
+#define DM9161_100BASE_TX (1 << 15)
#define DM9161_100BASE_TX_FD (1 << 14)
-#define DM9161_100BASE_T4_HD (1 << 13)
+#define DM9161_100BASE_TX_HD (1 << 13)
#define DM9161_10BASE_T_FD (1 << 12)
#define DM9161_10BASE_T_HD (1 << 11)
#define DM9161_MF_PREAMB_SUPPR (1 << 6)