Home
last modified time | relevance | path

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

/dpdk/drivers/net/axgbe/
H A Daxgbe_dev.c637 unsigned int arcache, awcache, arwcache; in axgbe_config_dma_cache() local
639 arcache = 0; in axgbe_config_dma_cache()
640 AXGMAC_SET_BITS(arcache, DMA_AXIARCR, DRC, 0x3); in axgbe_config_dma_cache()
641 AXGMAC_IOWRITE(pdata, DMA_AXIARCR, arcache); in axgbe_config_dma_cache()
H A Daxgbe_ethdev.h560 unsigned int arcache; member
H A Daxgbe_ethdev.c2278 pdata->arcache = AXGBE_DMA_OS_ARCACHE; in eth_axgbe_dev_init()