HomeSort by relevance Sort by last modified time
    Searched refs:RxEnable (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
3c515.c 107 RxDisable = 3 << 11, RxEnable = 4 << 11, RxReset = 5 << 11,
398 outw(RxEnable, nic->ioaddr + EL3_CMD); /* Enable the receiver. */
mtd80x.c 161 RxEnable = 0x00000001,
451 mtdx.crvalue |= /*TxEnable |*/ RxEnable | TxThreshold;
580 outl( mtdx.crvalue & (~TxEnable) & (~RxEnable), mtdx.ioaddr + TCRRCR );
sundance.c 199 RxEnable = 0x0800, RxDisable = 0x1000, RxEnabled = 0x2000,
399 outw(RxEnable | TxEnable, BASE + MACCtrl1);

Completed in 98 milliseconds