Searched refs:DMA_BASE (Results 1 – 7 of 7) sorted by relevance
16 #define DMA_BASE 0x31000000 /* DMA controller registers base */ macro
11 #define NCSI_RxDMA_BASE ( DMA_BASE + 0x00100000 )
237 #define DMA_BASE ((uint32_t)(&dma_buf[0])) macro251 (DMA_BASE + ((((x) % p_eng->dat.DMABuf_Num)) * p_eng->dat.DMABuf_Size))
178 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()
1429 eng->dat.DMA_Base_Setup = DMA_BASE & 0xfffffffc; in setup_buf()
55 static struct dma_reg *dma = (struct dma_reg *)DMA_BASE;
31 #define DMA_BASE (EP93XX_AHB_BASE | DMA_OFFSET) macro