Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_dma.h48 #define DMA_AXI_BLEN256 BIT(7) macro
55 #define DMA_BURST_LEN_DEFAULT (DMA_AXI_BLEN256 | DMA_AXI_BLEN128 | \
H A Ddwmac4_dma.h74 #define DMA_AXI_BLEN256 BIT(7) macro
83 #define DMA_BURST_LEN_DEFAULT (DMA_AXI_BLEN256 | DMA_AXI_BLEN128 | \
H A Ddwmac1000_dma.c47 value |= DMA_AXI_BLEN256; in dwmac1000_dma_axi()
H A Ddwmac4_dma.c46 value |= DMA_AXI_BLEN256; in dwmac4_dma_axi()