Searched refs:TxMACEnable (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ |
D | bmac.h | 101 # define TxMACEnable 0x0001 /* output driver enable */ macro
|
D | bmac.c | 414 bmwrite(dev, TXCFG, oldConfig | TxMACEnable ); in bmac_start_chip() 483 bmwrite(dev, TXCFG, (config & ~TxMACEnable)); in bmac_suspend() 1422 bmwrite(dev, TXCFG, (config & ~TxMACEnable)); in bmac_close() 1516 bmwrite(dev, TXCFG, (config & ~TxMACEnable)); in bmac_tx_timeout() 1555 bmwrite(dev, TXCFG, oldConfig | TxMACEnable ); in bmac_tx_timeout()
|