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

  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118Dxe.c 974 UINT32 TxStatus;
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
3c515.c 140 RxStatus = 0x18, Timer = 0x1A, TxStatus = 0x1B,
530 while ((status = inb(nic->ioaddr + TxStatus)) & TxComplete) {
536 outb(0x0, nic->ioaddr + TxStatus);
sundance.c 130 TxStatus = 0x46,
416 (int) inw(BASE + TxStatus), (int) inl(BASE + MACCtrl0),
522 outw(0, BASE + TxStatus);

Completed in 100 milliseconds