Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/apple/
H A Dbmac.c413 bmwrite(dev, RXCFG, oldConfig | RxMACEnable ); in bmac_start_chip()
477 bmwrite(dev, RXCFG, (config & ~RxMACEnable)); in bmac_suspend()
899 rx_cfg &= ~RxMACEnable; in bmac_rx_off()
903 } while (rx_cfg & RxMACEnable); in bmac_rx_off()
912 rx_cfg |= RxMACEnable; in bmac_rx_on()
1397 bmwrite(dev, RXCFG, (config & ~RxMACEnable)); in bmac_close()
1492 bmwrite(dev, RXCFG, (config & ~RxMACEnable)); in bmac_tx_timeout()
1531 bmwrite(dev, RXCFG, oldConfig | RxMACEnable ); in bmac_tx_timeout()
H A Dbmac.h127 # define RxMACEnable 0x0001 /* receiver overall enable */ macro