Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c1902 XGMAC_SET_BITS(arcache, DMA_AXIARCR, DRC, pdata->arcache); in xgbe_config_dma_cache()
1903 XGMAC_SET_BITS(arcache, DMA_AXIARCR, DRD, pdata->axdomain); in xgbe_config_dma_cache()
1904 XGMAC_SET_BITS(arcache, DMA_AXIARCR, TEC, pdata->arcache); in xgbe_config_dma_cache()
1905 XGMAC_SET_BITS(arcache, DMA_AXIARCR, TED, pdata->axdomain); in xgbe_config_dma_cache()
1906 XGMAC_SET_BITS(arcache, DMA_AXIARCR, THC, pdata->arcache); in xgbe_config_dma_cache()
1907 XGMAC_SET_BITS(arcache, DMA_AXIARCR, THD, pdata->axdomain); in xgbe_config_dma_cache()
1908 XGMAC_IOWRITE(pdata, DMA_AXIARCR, arcache); in xgbe_config_dma_cache()
Dxgbe-common.h124 #define DMA_AXIARCR 0x3010 macro