Searched refs:RxMACEnable (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 Dbmac.h131 # define RxMACEnable 0x0001 /* receiver overall enable */ macro
H A Dbmac.c359 bmwrite(dev, RXCFG, oldConfig | RxMACEnable );
423 bmwrite(dev, RXCFG, (config & ~RxMACEnable));
849 rx_cfg &= ~RxMACEnable;
853 } while (rx_cfg & RxMACEnable);
862 rx_cfg |= RxMACEnable;
1342 bmwrite(dev, RXCFG, (config & ~RxMACEnable));
1437 bmwrite(dev, RXCFG, (config & ~RxMACEnable));
1476 bmwrite(dev, RXCFG, oldConfig | RxMACEnable );

Completed in 40 milliseconds