OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UART_LSR_TEMPT
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/core/
serial.c
77
#define
UART_LSR_TEMPT
0x40 /* Transmitter empty */
237
} while((--i > 0) && !(status &
UART_LSR_TEMPT
));
/external/syslinux/com32/gdbstub/
serial.c
72
#define
UART_LSR_TEMPT
0x40 /* Transmitter empty */
Completed in 613 milliseconds