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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dcassini.c3674 writel((SW_RESET_TX | SW_RESET_RX | SW_RESET_BLOCK_PCS_SLINK),
3677 writel(SW_RESET_TX | SW_RESET_RX, cp->regs + REG_SW_RESET);
3686 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
222 #define SW_RESET_TX 0x00000001 /* reset TX DMA engine. poll until macro

Completed in 158 milliseconds