Home
last modified time | relevance | path

Searched refs:GREG_SWRST_RXRST (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dsungem.h102 #define GREG_SWRST_RXRST 0x00000002 /* RX Software Reset */ macro
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H A Dsungem.h102 #define GREG_SWRST_RXRST 0x00000002 /* RX Software Reset */ macro
H A 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()

Completed in 11 milliseconds