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

/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c1667 unsigned int arcache, awcache; local
1669 arcache = 0;
1670 XGMAC_SET_BITS(arcache, DMA_AXIARCR, DRC, pdata->arcache);
1671 XGMAC_SET_BITS(arcache, DMA_AXIARCR, DRD, pdata->axdomain);
1672 XGMAC_SET_BITS(arcache, DMA_AXIARCR, TEC, pdata->arcache);
1673 XGMAC_SET_BITS(arcache, DMA_AXIARCR, TED, pdata->axdomain);
1674 XGMAC_SET_BITS(arcache, DMA_AXIARCR, THC, pdata->arcache);
[all...]
H A Dxgbe-main.c313 pdata->arcache = XGBE_DMA_OS_ARCACHE;
317 pdata->arcache = XGBE_DMA_SYS_ARCACHE;
H A Dxgbe.h591 unsigned int arcache; member in struct:xgbe_prv_data

Completed in 255 milliseconds