Home
last modified time | relevance | path

Searched refs:DMA_AXI_BLEN256 (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac_dma.h58 #define DMA_AXI_BLEN256 BIT(7) macro
65 #define DMA_BURST_LEN_DEFAULT (DMA_AXI_BLEN256 | DMA_AXI_BLEN128 | \
Ddwmac4_dma.h72 #define DMA_AXI_BLEN256 BIT(7) macro
81 #define DMA_BURST_LEN_DEFAULT (DMA_AXI_BLEN256 | DMA_AXI_BLEN128 | \
Ddwmac1000_dma.c57 value |= DMA_AXI_BLEN256; in dwmac1000_dma_axi()
Ddwmac4_dma.c48 value |= DMA_AXI_BLEN256; in dwmac4_dma_axi()