Home
last modified time | relevance | path

Searched refs:DMA_AXIAWCR (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c1679 XGMAC_SET_BITS(awcache, DMA_AXIAWCR, DWC, pdata->awcache); in xgbe_config_dma_cache()
1680 XGMAC_SET_BITS(awcache, DMA_AXIAWCR, DWD, pdata->axdomain); in xgbe_config_dma_cache()
1681 XGMAC_SET_BITS(awcache, DMA_AXIAWCR, RPC, pdata->awcache); in xgbe_config_dma_cache()
1682 XGMAC_SET_BITS(awcache, DMA_AXIAWCR, RPD, pdata->axdomain); in xgbe_config_dma_cache()
1683 XGMAC_SET_BITS(awcache, DMA_AXIAWCR, RHC, pdata->awcache); in xgbe_config_dma_cache()
1684 XGMAC_SET_BITS(awcache, DMA_AXIAWCR, RHD, pdata->axdomain); in xgbe_config_dma_cache()
1685 XGMAC_SET_BITS(awcache, DMA_AXIAWCR, TDC, pdata->awcache); in xgbe_config_dma_cache()
1686 XGMAC_SET_BITS(awcache, DMA_AXIAWCR, TDD, pdata->axdomain); in xgbe_config_dma_cache()
1687 XGMAC_IOWRITE(pdata, DMA_AXIAWCR, awcache); in xgbe_config_dma_cache()
Dxgbe-common.h125 #define DMA_AXIAWCR 0x3018 macro