summaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap/include
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-05-10 16:39:05 (GMT)
committerTony Lindgren <tony@atomide.com>2012-05-10 16:39:05 (GMT)
commit640ec79d6d8c10ceb254c269a1f7fd9cb47ea655 (patch)
treee13bf414bc1a9c2e35889441b93443865e2eb14c /arch/arm/plat-omap/include
parent7a8bcf067d2b11964cb83ce3d753ac2d3ab9843c (diff)
parentcf563a35888ee92361c324dfc57b328c84653c5b (diff)
downloadlinux-fsl-qoriq-640ec79d6d8c10ceb254c269a1f7fd9cb47ea655.tar.xz
Merge branch 'cleanup-soc' into cleanup
Conflicts: arch/arm/mach-omap2/Makefile
Diffstat (limited to 'arch/arm/plat-omap/include')
-rw-r--r--arch/arm/plat-omap/include/plat/dma.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/dma.h b/arch/arm/plat-omap/include/plat/dma.h
index dc562a5..7742204 100644
--- a/arch/arm/plat-omap/include/plat/dma.h
+++ b/arch/arm/plat-omap/include/plat/dma.h
@@ -312,6 +312,11 @@
#define CLEAR_CSR_ON_READ BIT(0xC)
#define IS_WORD_16 BIT(0xD)
+/* Defines for DMA Capabilities */
+#define DMA_HAS_TRANSPARENT_CAPS (0x1 << 18)
+#define DMA_HAS_CONSTANT_FILL_CAPS (0x1 << 19)
+#define DMA_HAS_DESCRIPTOR_CAPS (0x3 << 20)
+
enum omap_reg_offsets {
GCR, GSCR, GRST1, HW_ID,