Home
last modified time | relevance | path

Searched refs:arcache (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c1899 unsigned int arcache, awcache; in xgbe_config_dma_cache() local
1901 arcache = 0; in xgbe_config_dma_cache()
1902 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-main.c369 pdata->arcache = XGBE_DMA_OS_ARCACHE; in xgbe_probe()
373 pdata->arcache = XGBE_DMA_SYS_ARCACHE; in xgbe_probe()
Dxgbe.h682 unsigned int arcache; member