summaryrefslogtreecommitdiff
path: root/firmware/export/mcf5249.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/mcf5249.h')
-rw-r--r--firmware/export/mcf5249.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/mcf5249.h b/firmware/export/mcf5249.h
index 406e0b1c1b..87c4ae75b3 100644
--- a/firmware/export/mcf5249.h
+++ b/firmware/export/mcf5249.h
@@ -251,6 +251,7 @@
251#define DMA_EEXT (1 << 30) /* Enable peripherial request */ 251#define DMA_EEXT (1 << 30) /* Enable peripherial request */
252#define DMA_CS (1 << 29) /* Cycle Steal */ 252#define DMA_CS (1 << 29) /* Cycle Steal */
253#define DMA_AA (1 << 28) /* Auto-Align */ 253#define DMA_AA (1 << 28) /* Auto-Align */
254#define DMA_BWC(x) (((x)&7) << 25) /* Bandwidth control */
254#define DMA_SINC (1 << 22) /* Source Increment */ 255#define DMA_SINC (1 << 22) /* Source Increment */
255#define DMA_SSIZE(x) (((x)&3) << 20) /* Size of source data */ 256#define DMA_SSIZE(x) (((x)&3) << 20) /* Size of source data */
256#define DMA_DINC (1 << 19) /* Destination Increment */ 257#define DMA_DINC (1 << 19) /* Destination Increment */