Searched refs:RxMACEnable (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/apple/ |
| A D | bmac.c | 414 bmwrite(dev, RXCFG, oldConfig | RxMACEnable ); in bmac_start_chip() 478 bmwrite(dev, RXCFG, (config & ~RxMACEnable)); in bmac_suspend() 900 rx_cfg &= ~RxMACEnable; in bmac_rx_off() 904 } while (rx_cfg & RxMACEnable); in bmac_rx_off() 913 rx_cfg |= RxMACEnable; in bmac_rx_on() 1396 bmwrite(dev, RXCFG, (config & ~RxMACEnable)); in bmac_close() 1491 bmwrite(dev, RXCFG, (config & ~RxMACEnable)); in bmac_tx_timeout() 1530 bmwrite(dev, RXCFG, oldConfig | RxMACEnable ); in bmac_tx_timeout()
|
| A D | bmac.h | 127 # define RxMACEnable 0x0001 /* receiver overall enable */ macro
|
Completed in 8 milliseconds