Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_regs.h183 base_reg = DMA_CH_BASE + (j * DMA_CH_INC); in axgbe_regs_dump()
191 base_reg = DMA_CH_BASE + (j * DMA_CH_INC); in axgbe_regs_dump()
H A Daxgbe_rxtx.c74 rxq->dma_regs = (void *)((uint8_t *)pdata->xgmac_regs + DMA_CH_BASE + in axgbe_dev_rx_queue_setup()
542 txq->dma_regs = (void *)((uint8_t *)pdata->xgmac_regs + DMA_CH_BASE + in axgbe_dev_tx_queue_setup()
H A Daxgbe_common.h140 #define DMA_CH_BASE 0x3100 macro