Searched defs:RxEnable (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A D3c515.c116 RxDisable = 3 << 11, RxEnable = 4 << 11, RxReset = 5 << 11, enumerator in enum:corkscrew_cmd
407 outw(RxEnable, nic->ioaddr + EL3_CMD); /* Enable the receiver. */
H A Dsundance.c208 RxEnable = 0x0800, RxDisable = 0x1000, RxEnabled = 0x2000, enumerator in enum:mac_ctrl1_bits
408 outw(RxEnable | TxEnable, BASE + MACCtrl1);

Completed in 64 milliseconds