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

  /external/grub/netboot/
rtl8139.c 122 TxErr=0x08, TxOK=0x04, RxErr=0x02, RxOK=0x01,
368 outw(status & (TxOK | TxErr | PCIErr), ioaddr + IntrStatus);
369 if ((status & (TxOK | TxErr | PCIErr)) != 0) break;
374 if (status & TxOK) {
sis900.h 91 TxOK = 0x00000040,

Completed in 81 milliseconds