Module Name:    src
Committed By:   macallan
Date:           Wed Jul 30 12:45:44 UTC 2014

Modified Files:
        src/sys/arch/arm/omap: omap3_sdmareg.h

Log Message:
fix tpyo


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/omap/omap3_sdmareg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/omap/omap3_sdmareg.h
diff -u src/sys/arch/arm/omap/omap3_sdmareg.h:1.3 src/sys/arch/arm/omap/omap3_sdmareg.h:1.4
--- src/sys/arch/arm/omap/omap3_sdmareg.h:1.3	Wed Jan 16 20:32:24 2013
+++ src/sys/arch/arm/omap/omap3_sdmareg.h	Wed Jul 30 12:45:44 2014
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: omap3_sdmare
 	#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

Reply via email to