Home
last modified time | relevance | path

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

/dpdk/drivers/net/axgbe/
H A Daxgbe_dev.c654 AXGMAC_SET_BITS(arwcache, DMA_AXIAWRCR, TDWD, 0x1); in axgbe_config_dma_cache()
655 AXGMAC_SET_BITS(arwcache, DMA_AXIAWRCR, TDWC, 0x3); in axgbe_config_dma_cache()
656 AXGMAC_SET_BITS(arwcache, DMA_AXIAWRCR, RDRC, 0x3); in axgbe_config_dma_cache()
657 AXGMAC_IOWRITE(pdata, DMA_AXIAWRCR, arwcache); in axgbe_config_dma_cache()
H A Daxgbe_regs.h15 DMA_AXIAWRCR, /* DMA AXI TxRx AWR ACE Ctrl */
H A Daxgbe_common.h57 #define DMA_AXIAWRCR 0x301c macro