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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsungem.h101 #define GREG_SWRST_RXRST 0x00000002 /* RX Software Reset */ macro
H A Dsungem.c414 writel(gp->swrst_base | GREG_SWRST_RXRST,
417 if (!(readl(gp->regs + GREG_SWRST) & GREG_SWRST_RXRST))
1220 writel(gp->swrst_base | GREG_SWRST_TXRST | GREG_SWRST_RXRST,
1230 } while (val & (GREG_SWRST_TXRST | GREG_SWRST_RXRST));

Completed in 111 milliseconds