Home
last modified time | relevance | path

Searched refs:DMA_CONTROL_EDSE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_dma.c544 value |= DMA_CONTROL_EDSE; in dwmac4_enable_tbs()
546 value &= ~DMA_CONTROL_EDSE; in dwmac4_enable_tbs()
551 chan)) & DMA_CONTROL_EDSE; in dwmac4_enable_tbs()
H A Ddwmac4_dma.h139 #define DMA_CONTROL_EDSE BIT(28) macro