Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_dma.c598 value |= XGMAC_EDSE; in dwxgmac2_enable_tbs()
600 value &= ~XGMAC_EDSE; in dwxgmac2_enable_tbs()
604 value = readl(ioaddr + XGMAC_DMA_CH_TX_CONTROL(chan)) & XGMAC_EDSE; in dwxgmac2_enable_tbs()
H A Ddwxgmac2.h395 #define XGMAC_EDSE BIT(28) macro