Searched refs:TxMACEnable (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/apple/ |
H A D | bmac.h | 97 # define TxMACEnable 0x0001 /* output driver enable */ macro
|
H A D | bmac.c | 364 //bmwrite(dev, TXCFG, TxMACEnable); /* TxNeverGiveUp maybe later */ in bmac_init_registers() 410 bmwrite(dev, TXCFG, oldConfig | TxMACEnable ); in bmac_start_chip() 480 bmwrite(dev, TXCFG, (config & ~TxMACEnable)); in bmac_suspend() 1402 bmwrite(dev, TXCFG, (config & ~TxMACEnable)); in bmac_close() 1496 bmwrite(dev, TXCFG, (config & ~TxMACEnable)); in bmac_tx_timeout() 1535 bmwrite(dev, TXCFG, oldConfig | TxMACEnable ); in bmac_tx_timeout()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/apple/ |
H A D | bmac.h | 97 # define TxMACEnable 0x0001 /* output driver enable */ macro
|
H A D | bmac.c | 363 //bmwrite(dev, TXCFG, TxMACEnable); /* TxNeverGiveUp maybe later */ in bmac_init_registers() 409 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()
|
Completed in 6 milliseconds