Searched refs:SW_RESET_RX (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/net/ethernet/sun/
H A Dcassini.c1452 writel(SW_RESET_RX, cp->regs + REG_SW_RESET);
1454 if (!(readl(cp->regs + REG_SW_RESET) & SW_RESET_RX))
3703 writel((SW_RESET_TX | SW_RESET_RX | SW_RESET_BLOCK_PCS_SLINK),
3706 writel(SW_RESET_TX | SW_RESET_RX, cp->regs + REG_SW_RESET);
3715 if ((val & (SW_RESET_TX | SW_RESET_RX)) == 0)
H A Dcassini.h204 /* writing to SW_RESET_TX and SW_RESET_RX will issue a global
210 #define SW_RESET_RX 0x00000002 /* reset RX DMA engine. poll until macro

Completed in 250 milliseconds