Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/sun/
Dsungem.h102 #define GREG_SWRST_RXRST 0x00000002 /* RX Software Reset */ macro
Dsungem.c405 writel(gp->swrst_base | GREG_SWRST_RXRST, in gem_rxmac_reset()
408 if (!(readl(gp->regs + GREG_SWRST) & GREG_SWRST_RXRST)) in gem_rxmac_reset()
1183 writel(gp->swrst_base | GREG_SWRST_TXRST | GREG_SWRST_RXRST, in gem_reset()
1193 } while (val & (GREG_SWRST_TXRST | GREG_SWRST_RXRST)); in gem_reset()