Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_dev.c483 unsigned int arcache, awcache, arwcache; in axgbe_config_dma_cache() local
485 arcache = 0; in axgbe_config_dma_cache()
486 AXGMAC_SET_BITS(arcache, DMA_AXIARCR, DRC, 0x3); in axgbe_config_dma_cache()
487 AXGMAC_IOWRITE(pdata, DMA_AXIARCR, arcache); in axgbe_config_dma_cache()
H A Daxgbe_ethdev.h542 unsigned int arcache; member
H A Daxgbe_ethdev.c2069 pdata->arcache = AXGBE_DMA_OS_ARCACHE; in eth_axgbe_dev_init()