Searched refs:RxMACEnable (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/apple/ |
| H A D | bmac.c | 414 bmwrite(dev, RXCFG, oldConfig | RxMACEnable ); in bmac_start_chip() 478 bmwrite(dev, RXCFG, (config & ~RxMACEnable)); in bmac_suspend() 903 rx_cfg &= ~RxMACEnable; in bmac_rx_off() 907 } while (rx_cfg & RxMACEnable); in bmac_rx_off() 916 rx_cfg |= RxMACEnable; in bmac_rx_on() 1399 bmwrite(dev, RXCFG, (config & ~RxMACEnable)); in bmac_close() 1494 bmwrite(dev, RXCFG, (config & ~RxMACEnable)); in bmac_tx_timeout() 1533 bmwrite(dev, RXCFG, oldConfig | RxMACEnable ); in bmac_tx_timeout()
|
| H A D | bmac.h | 127 # define RxMACEnable 0x0001 /* receiver overall enable */ macro
|