Searched refs:DMA_AXIARCR (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-dev.c | 1902 XGMAC_SET_BITS(arcache, DMA_AXIARCR, DRC, pdata->arcache); xgbe_config_dma_cache() 1903 XGMAC_SET_BITS(arcache, DMA_AXIARCR, DRD, pdata->axdomain); xgbe_config_dma_cache() 1904 XGMAC_SET_BITS(arcache, DMA_AXIARCR, TEC, pdata->arcache); xgbe_config_dma_cache() 1905 XGMAC_SET_BITS(arcache, DMA_AXIARCR, TED, pdata->axdomain); xgbe_config_dma_cache() 1906 XGMAC_SET_BITS(arcache, DMA_AXIARCR, THC, pdata->arcache); xgbe_config_dma_cache() 1907 XGMAC_SET_BITS(arcache, DMA_AXIARCR, THD, pdata->axdomain); xgbe_config_dma_cache() 1908 XGMAC_IOWRITE(pdata, DMA_AXIARCR, arcache); xgbe_config_dma_cache()
|
H A D | xgbe-common.h | 124 #define DMA_AXIARCR 0x3010 macro
|
Completed in 153 milliseconds