Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/stmicro/stmmac/
Ddwxgmac2_dma.c537 value |= XGMAC_EDSE; in dwxgmac2_enable_tbs()
539 value &= ~XGMAC_EDSE; in dwxgmac2_enable_tbs()
543 value = readl(ioaddr + XGMAC_DMA_CH_TX_CONTROL(chan)) & XGMAC_EDSE; in dwxgmac2_enable_tbs()
Ddwxgmac2.h371 #define XGMAC_EDSE BIT(28) macro