summaryrefslogtreecommitdiff
path: root/include/mpc8xx.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-06-25 20:20:30 +0200
committerStefan Roese <sr@denx.de>2007-06-25 20:20:30 +0200
commite4feb7638ca0a2138973f14456424acbc332ae43 (patch)
treeb69d9c1ecce5ad19ffa73b58e251974fcbf68025 /include/mpc8xx.h
parenta1bd6200eccd3a02040a955d5f43d3ee1fc9f93b (diff)
parent1636d1c8529c006d106287cfbc20cd0a246fe1cb (diff)
downloadu-boot-imx-e4feb7638ca0a2138973f14456424acbc332ae43.zip
u-boot-imx-e4feb7638ca0a2138973f14456424acbc332ae43.tar.gz
u-boot-imx-e4feb7638ca0a2138973f14456424acbc332ae43.tar.bz2
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'include/mpc8xx.h')
-rw-r--r--include/mpc8xx.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/mpc8xx.h b/include/mpc8xx.h
index 1130598..bef748f 100644
--- a/include/mpc8xx.h
+++ b/include/mpc8xx.h
@@ -208,12 +208,12 @@
#define SCCR_DFBRG10 0x00001000 /* BRGCLK division by 16 */
#define SCCR_DFBRG11 0x00001800 /* BRGCLK division by 64 */
#define SCCR_DFNL000 0x00000000 /* Division by 2 (default = minimum) */
-#define SCCR_DFNL001 0x00000100 /* Division by 4 */
-#define SCCR_DFNL010 0x00000200 /* Division by 8 */
-#define SCCR_DFNL011 0x00000300 /* Division by 16 */
-#define SCCR_DFNL100 0x00000400 /* Division by 32 */
-#define SCCR_DFNL101 0x00000500 /* Division by 64 */
-#define SCCR_DFNL110 0x00000600 /* Division by 128 */
+#define SCCR_DFNL001 0x00000100 /* Division by 4 */
+#define SCCR_DFNL010 0x00000200 /* Division by 8 */
+#define SCCR_DFNL011 0x00000300 /* Division by 16 */
+#define SCCR_DFNL100 0x00000400 /* Division by 32 */
+#define SCCR_DFNL101 0x00000500 /* Division by 64 */
+#define SCCR_DFNL110 0x00000600 /* Division by 128 */
#define SCCR_DFNL111 0x00000700 /* Division by 256 (maximum) */
#define SCCR_DFNH000 0x00000000 /* Division by 1 (default = minimum) */
#define SCCR_DFNH110 0x000000D0 /* Division by 64 (maximum) */