Searched refs:TxMACEnable (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/apple/ |
| A D | bmac.h | 97 # define TxMACEnable 0x0001 /* output driver enable */ macro
|
| A D | bmac.c | 410 bmwrite(dev, TXCFG, oldConfig | TxMACEnable ); in bmac_start_chip() 480 bmwrite(dev, TXCFG, (config & ~TxMACEnable)); in bmac_suspend() 1399 bmwrite(dev, TXCFG, (config & ~TxMACEnable)); in bmac_close() 1493 bmwrite(dev, TXCFG, (config & ~TxMACEnable)); in bmac_tx_timeout() 1532 bmwrite(dev, TXCFG, oldConfig | TxMACEnable ); in bmac_tx_timeout()
|
Completed in 10 milliseconds