Searched refs:SW_RESET_RX (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 Dcassini.c3613 writel((SW_RESET_TX | SW_RESET_RX | SW_RESET_BLOCK_PCS_SLINK),
3616 writel(SW_RESET_TX | SW_RESET_RX, cp->regs + REG_SW_RESET);
3625 if ((val & (SW_RESET_TX | SW_RESET_RX)) == 0)
H A Dcassini.h218 /* writing to SW_RESET_TX and SW_RESET_RX will issue a global
224 #define SW_RESET_RX 0x00000002 /* reset RX DMA engine. poll until macro

Completed in 204 milliseconds