OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 119 milliseconds