Searched refs:awcache (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_dev.c | 637 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 D | axgbe_ethdev.h | 561 unsigned int awcache; member
|
| H A D | axgbe_ethdev.c | 2279 pdata->awcache = AXGBE_DMA_OS_AWCACHE; in eth_axgbe_dev_init()
|