OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TX_OK
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
cs89x0.h
229
#define
TX_OK
0x0100
233
#define TX_SEND_OK_BITS (
TX_OK
|TX_LOST_CRS)
cs89x0.c
265
if ((readreg(PP_TxEvent) & TX_SEND_OK_BITS) ==
TX_OK
) {
404
if ((s & TX_SEND_OK_BITS) !=
TX_OK
) {
Completed in 22 milliseconds