|
@@ -1,5 +1,5 @@
|
|
/*
|
|
/*
|
|
- * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.
|
|
|
|
|
|
+ * Copyright (C) 2007-2010 Freescale Semiconductor, Inc. All rights reserved.
|
|
*
|
|
*
|
|
* Author:
|
|
* Author:
|
|
* Zhang Wei <wei.zhang@freescale.com>, Jul 2007
|
|
* Zhang Wei <wei.zhang@freescale.com>, Jul 2007
|
|
@@ -36,6 +36,13 @@
|
|
#define FSL_DMA_MR_DAHE 0x00002000
|
|
#define FSL_DMA_MR_DAHE 0x00002000
|
|
#define FSL_DMA_MR_SAHE 0x00001000
|
|
#define FSL_DMA_MR_SAHE 0x00001000
|
|
|
|
|
|
|
|
+/*
|
|
|
|
+ * Bandwidth/pause control determines how many bytes a given
|
|
|
|
+ * channel is allowed to transfer before the DMA engine pauses
|
|
|
|
+ * the current channel and switches to the next channel
|
|
|
|
+ */
|
|
|
|
+#define FSL_DMA_MR_BWC 0x08000000
|
|
|
|
+
|
|
/* Special MR definition for MPC8349 */
|
|
/* Special MR definition for MPC8349 */
|
|
#define FSL_DMA_MR_EOTIE 0x00000080
|
|
#define FSL_DMA_MR_EOTIE 0x00000080
|
|
#define FSL_DMA_MR_PRC_RM 0x00000800
|
|
#define FSL_DMA_MR_PRC_RM 0x00000800
|