aboutsummaryrefslogtreecommitdiff
path: root/include/mpc83xx.h
diff options
context:
space:
mode:
authorRon Madrid <ron_madrid@sbcglobal.net>2010-06-01 17:00:49 -0700
committerKim Phillips <kim.phillips@freescale.com>2010-06-04 10:42:59 -0500
commitf986325dd569faeaec4186f678d113505c5c4828 (patch)
treec7553c2b1528f47ba1a6032c7b54e623583eeacb /include/mpc83xx.h
parent9bb3b3d4406c1e388a99f6fb189147d6a06cc2cf (diff)
Update SICRL_USBDR to reflect 4 different settings
This patch changed the SICRL_USBDR define to reflect the 4 different bit settings for this two-bit field. The four different options are '00', '01', '10', and '11'. This patch also corrects the config file for SIMPC8313 and MPC8313ERDB for the appropriate fields. This change only affects the MPC8313 cpu. Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/mpc83xx.h')
-rw-r--r--include/mpc83xx.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/mpc83xx.h b/include/mpc83xx.h
index 44115c91b..5214911d1 100644
--- a/include/mpc83xx.h
+++ b/include/mpc83xx.h
@@ -206,7 +206,10 @@
#define SICRL_SPI_B 0x00C00000
#define SICRL_SPI_C 0x00300000
#define SICRL_SPI_D 0x000C0000
-#define SICRL_USBDR 0x00000C00
+#define SICRL_USBDR_11 0x00000C00
+#define SICRL_USBDR_10 0x00000800
+#define SICRL_USBDR_01 0x00000400
+#define SICRL_USBDR_00 0x00000000
#define SICRL_ETSEC1_A 0x0000000C
#define SICRL_ETSEC2_A 0x00000003