Searched refs:DMA15_BASE (Results 1 – 1 of 1) sorted by relevance
21 #define DMA15_BASE (DMA_PER_BASE+0xE05000) //DMA Channel 15 Register Set */ macro38 #define DMA15_CS __REG32(DMA15_BASE + 0x000) /* Control and Status */39 #define DMA15_CONBLK_AD __REG32(DMA15_BASE + 0x004) /* Control Block Address */40 #define DMA15_TI __REG32(DMA15_BASE + 0x008) /* CB Word 0(Transfer Informatio…41 #define DMA15_SOURCE_AD __REG32(DMA15_BASE + 0x00c) /* CB Word 1(Source Address) */42 #define DMA15_DEST_AD __REG32(DMA15_BASE + 0x010) /* CB Word 2(Destination Address…43 #define DMA15_TXFR_LEN __REG32(DMA15_BASE + 0x014) /* CB Word 3(Transfer Length) */44 #define DMA15_STRIDE __REG32(DMA15_BASE + 0x018) /* CB Word 4(2D Stride) */45 #define DMA15_NEXTCONBK __REG32(DMA15_BASE + 0x01c) /* CB Word 5(Next CB Address) */46 #define DMA15_DEBUG __REG32(DMA15_BASE + 0x01c) /* Debug */
Completed in 4 milliseconds