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.c412 bmwrite(dev, RXCFG, oldConfig | RxMACEnable ); in bmac_start_chip()
476 bmwrite(dev, RXCFG, (config & ~RxMACEnable)); in bmac_suspend()
843 rx_cfg &= ~RxMACEnable; in bmac_rx_off()
847 } while (rx_cfg & RxMACEnable); in bmac_rx_off()
856 rx_cfg |= RxMACEnable; in bmac_rx_on()
1341 bmwrite(dev, RXCFG, (config & ~RxMACEnable)); in bmac_close()
1436 bmwrite(dev, RXCFG, (config & ~RxMACEnable)); in bmac_tx_timeout()
1475 bmwrite(dev, RXCFG, oldConfig | RxMACEnable ); in bmac_tx_timeout()
H A Dbmac.h127 # define RxMACEnable 0x0001 /* receiver overall enable */ macro