Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dcpu.h16 #define DMA_BASE 0x31000000 /* DMA controller registers base */ macro
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dncsi.h11 #define NCSI_RxDMA_BASE ( DMA_BASE + 0x00100000 )
H A Dcomminf.h237 #define DMA_BASE ((uint32_t)(&dma_buf[0])) macro
251 (DMA_BASE + ((((x) % p_eng->dat.DMABuf_Num)) * p_eng->dat.DMABuf_Size))
H A Dncsi.c178 Write_Mem_Des_NCSI_DD( eng->run.ncsi_tdes_base + 0x0C, DMA_BASE - ASPEED_DRAM_BASE); in NCSI_Struct_Initialize_SLT()
463 Write_Mem_Dat_NCSI_DD( DMA_BASE + ( i << 2 ), SWAP_4B_LEDN_NCSI( eng->dat.NCSI_TxDWBUF[i] ) ); in NCSI_Tx()
H A Dmac.c1429 eng->dat.DMA_Base_Setup = DMA_BASE & 0xfffffffc; in setup_buf()
/openbmc/u-boot/drivers/dma/
H A Dlpc32xx_dma.c55 static struct dma_reg *dma = (struct dma_reg *)DMA_BASE;
/openbmc/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h31 #define DMA_BASE (EP93XX_AHB_BASE | DMA_OFFSET) macro