Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/omap fix tpyo



details:   https://anonhg.NetBSD.org/src/rev/9f1f1778f419
branches:  trunk
changeset: 331072:9f1f1778f419
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Jul 30 12:45:44 2014 +0000

description:
fix tpyo

diffstat:

 sys/arch/arm/omap/omap3_sdmareg.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 78e461908af1 -r 9f1f1778f419 sys/arch/arm/omap/omap3_sdmareg.h
--- a/sys/arch/arm/omap/omap3_sdmareg.h Wed Jul 30 12:35:11 2014 +0000
+++ b/sys/arch/arm/omap/omap3_sdmareg.h Wed Jul 30 12:45:44 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: omap3_sdmareg.h,v 1.3 2013/01/16 20:32:24 macallan Exp $ */
+/*     $NetBSD: omap3_sdmareg.h,v 1.4 2014/07/30 12:45:44 macallan Exp $ */
 
 /*
  * Copyright (c) 2012 Michael Lorenz
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: omap3_sdmareg.h,v 1.3 2013/01/16 20:32:24 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: omap3_sdmareg.h,v 1.4 2014/07/30 12:45:44 macallan Exp $");
 
 #ifndef OMAPDMA_REG_H
 #define OMAPDMA_REG_H
@@ -99,7 +99,7 @@
        #define CCR_SEL_SRC_DST_SYNC            0x01000000
        #define CCR_PREFETCH                    0x00800000
        #define CCR_SUPERVISOR                  0x00400000
-       #define CCR_SUNC_CONTROL_UPPER_MASK     0x00180000
+       #define CCR_SYNC_CONTROL_UPPER_MASK     0x00180000
        #define CCR_BLOCK_SYNC                  0x00040000
        #define CCR_TRANSPARENT_COPY_ENABLE     0x00020000
        #define CCR_CONST_FILL_ENABLE           0x00010000



Home | Main Index | Thread Index | Old Index