Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c1911 XGMAC_SET_BITS(awcache, DMA_AXIAWCR, DWC, pdata->awcache); in xgbe_config_dma_cache()
1912 XGMAC_SET_BITS(awcache, DMA_AXIAWCR, DWD, pdata->axdomain); in xgbe_config_dma_cache()
1913 XGMAC_SET_BITS(awcache, DMA_AXIAWCR, RPC, pdata->awcache); in xgbe_config_dma_cache()
1914 XGMAC_SET_BITS(awcache, DMA_AXIAWCR, RPD, pdata->axdomain); in xgbe_config_dma_cache()
1915 XGMAC_SET_BITS(awcache, DMA_AXIAWCR, RHC, pdata->awcache); in xgbe_config_dma_cache()
1916 XGMAC_SET_BITS(awcache, DMA_AXIAWCR, RHD, pdata->axdomain); in xgbe_config_dma_cache()
1917 XGMAC_SET_BITS(awcache, DMA_AXIAWCR, TDC, pdata->awcache); in xgbe_config_dma_cache()
1918 XGMAC_SET_BITS(awcache, DMA_AXIAWCR, TDD, pdata->axdomain); in xgbe_config_dma_cache()
1919 XGMAC_IOWRITE(pdata, DMA_AXIAWCR, awcache); in xgbe_config_dma_cache()
Dxgbe-common.h125 #define DMA_AXIAWCR 0x3018 macro