Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Ddwxlgmac2.h20 #define XLGMAC_RXQ_ENABLE_CTRL0 0x00000140 macro
Ddwxgmac2_core.c1509 value = readl(ioaddr + XLGMAC_RXQ_ENABLE_CTRL0) & ~XGMAC_RXQEN(queue); in dwxlgmac2_rx_queue_enable()
1514 writel(value, ioaddr + XLGMAC_RXQ_ENABLE_CTRL0); in dwxlgmac2_rx_queue_enable()