Searched refs:R_UART_LSR (Results 1 - 2 of 2) sorted by relevance

/broadcom-cfe-1.4.2/cfe/dev/
H A Dns16550.h68 #define R_UART_LSR 5 macro
H A Ddev_ns16550.c210 while ((blen > 0) && (READCSR(softc,R_UART_LSR) & LSR_RXRDY)) {
225 inpstat->inp_status = (READCSR(softc,R_UART_LSR) & LSR_RXRDY) ? 1 : 0;
239 while ((blen > 0) && (READCSR(softc,R_UART_LSR) & LSR_TXRDY)) {

Completed in 80 milliseconds