Home
last modified time | relevance | path

Searched refs:awcache (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
643 awcache = 0; in axgbe_config_dma_cache()
644 AXGMAC_SET_BITS(awcache, DMA_AXIAWCR, DWC, 0x3); in axgbe_config_dma_cache()
645 AXGMAC_SET_BITS(awcache, DMA_AXIAWCR, RPC, 0x3); in axgbe_config_dma_cache()
646 AXGMAC_SET_BITS(awcache, DMA_AXIAWCR, RPD, 0x1); in axgbe_config_dma_cache()
647 AXGMAC_SET_BITS(awcache, DMA_AXIAWCR, RHC, 0x3); in axgbe_config_dma_cache()
648 AXGMAC_SET_BITS(awcache, DMA_AXIAWCR, RHD, 0x1); in axgbe_config_dma_cache()
649 AXGMAC_SET_BITS(awcache, DMA_AXIAWCR, RDC, 0x3); in axgbe_config_dma_cache()
650 AXGMAC_SET_BITS(awcache, DMA_AXIAWCR, RDD, 0x1); in axgbe_config_dma_cache()
651 AXGMAC_IOWRITE(pdata, DMA_AXIAWCR, awcache); in axgbe_config_dma_cache()
H A Daxgbe_ethdev.h561 unsigned int awcache; member
H A Daxgbe_ethdev.c2279 pdata->awcache = AXGBE_DMA_OS_AWCACHE; in eth_axgbe_dev_init()