Home
last modified time | relevance | path

Searched refs:TxMACEnable (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/apple/
Dbmac.h97 # define TxMACEnable 0x0001 /* output driver enable */ macro
Dbmac.c409 bmwrite(dev, TXCFG, oldConfig | TxMACEnable ); in bmac_start_chip()
479 bmwrite(dev, TXCFG, (config & ~TxMACEnable)); in bmac_suspend()
1401 bmwrite(dev, TXCFG, (config & ~TxMACEnable)); in bmac_close()
1495 bmwrite(dev, TXCFG, (config & ~TxMACEnable)); in bmac_tx_timeout()
1534 bmwrite(dev, TXCFG, oldConfig | TxMACEnable ); in bmac_tx_timeout()