Searched refs:RxEnable (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
H A D3c515.c107 RxDisable = 3 << 11, RxEnable = 4 << 11, RxReset = 5 << 11, enumerator in enum:corkscrew_cmd
398 outw(RxEnable, nic->ioaddr + EL3_CMD); /* Enable the receiver. */
H A Dmtd80x.c161 RxEnable = 0x00000001, enumerator in enum:rx_mode_bits
451 mtdx.crvalue |= /*TxEnable |*/ RxEnable | TxThreshold;
580 outl( mtdx.crvalue & (~TxEnable) & (~RxEnable), mtdx.ioaddr + TCRRCR );
H A Dsundance.c199 RxEnable = 0x0800, RxDisable = 0x1000, RxEnabled = 0x2000, enumerator in enum:mac_ctrl1_bits
399 outw(RxEnable | TxEnable, BASE + MACCtrl1);

Completed in 156 milliseconds