Searched refs:TxMACEnable (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.h101 # define TxMACEnable 0x0001 /* output driver enable */ macro
H A Dbmac.c322 //bmwrite(dev, TXCFG, TxMACEnable); /* TxNeverGiveUp maybe later */
355 bmwrite(dev, TXCFG, oldConfig | TxMACEnable );
425 bmwrite(dev, TXCFG, (config & ~TxMACEnable));
1345 bmwrite(dev, TXCFG, (config & ~TxMACEnable));
1439 bmwrite(dev, TXCFG, (config & ~TxMACEnable));
1478 bmwrite(dev, TXCFG, oldConfig | TxMACEnable );

Completed in 115 milliseconds