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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dipg.c641 u32 origmacctrl; local
646 origmacctrl = ipg_r32(MAC_CTRL);
648 restoremacctrl = origmacctrl | IPG_MC_STATISTICS_ENABLE;
659 if (origmacctrl & IPG_MC_TX_ENABLED)
662 if (origmacctrl & IPG_MC_RX_ENABLED)
668 ipg_w32((origmacctrl & (IPG_MC_RX_DISABLE | IPG_MC_TX_DISABLE)) &
674 ipg_w32((origmacctrl & IPG_MC_IFS_96BIT) & IPG_MC_RSVD_MASK, MAC_CTRL);

Completed in 70 milliseconds