Home
last modified time | relevance | path

Searched refs:awcache (Results 1 – 4 of 4) 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
489 awcache = 0; in axgbe_config_dma_cache()
490 AXGMAC_SET_BITS(awcache, DMA_AXIAWCR, DWC, 0x3); in axgbe_config_dma_cache()
491 AXGMAC_SET_BITS(awcache, DMA_AXIAWCR, RPC, 0x3); in axgbe_config_dma_cache()
492 AXGMAC_SET_BITS(awcache, DMA_AXIAWCR, RPD, 0x1); in axgbe_config_dma_cache()
493 AXGMAC_SET_BITS(awcache, DMA_AXIAWCR, RHC, 0x3); in axgbe_config_dma_cache()
494 AXGMAC_SET_BITS(awcache, DMA_AXIAWCR, RHD, 0x1); in axgbe_config_dma_cache()
495 AXGMAC_SET_BITS(awcache, DMA_AXIAWCR, RDC, 0x3); in axgbe_config_dma_cache()
496 AXGMAC_SET_BITS(awcache, DMA_AXIAWCR, RDD, 0x1); in axgbe_config_dma_cache()
497 AXGMAC_IOWRITE(pdata, DMA_AXIAWCR, awcache); in axgbe_config_dma_cache()
H A Daxgbe_ethdev.h543 unsigned int awcache; member
H A Daxgbe_ethdev.c2070 pdata->awcache = AXGBE_DMA_OS_AWCACHE; in eth_axgbe_dev_init()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-endor-defs.h2320 uint32_t awcache : 4; /**< ADMA_AWCACHE */ member
2332 uint32_t awcache : 4;