Home
last modified time | relevance | path

Searched refs:DMA_BASE (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/arm/include/asm/arch-lpc32xx/
Dcpu.h16 #define DMA_BASE 0x31000000 /* DMA controller registers base */ macro
/external/u-boot/drivers/dma/
Dlpc32xx_dma.c55 static struct dma_reg *dma = (struct dma_reg *)DMA_BASE;
/external/u-boot/arch/arm/include/asm/arch-ep93xx/
Dep93xx.h31 #define DMA_BASE (EP93XX_AHB_BASE | DMA_OFFSET) macro