Searched refs:RA_UART_LSR (Results 1 – 3 of 3) sorted by relevance
77 if ((uart_read(RA_UART_LSR) & UART_LSR_TDRQ) != 0) in ra_console_putc()87 if ((uart_read(RA_UART_LSR) & UART_LSR_TEMT) != 0) in ra_console_putc()96 while ((uart_read(RA_UART_LSR) & UART_LSR_DR) == 0) in ra_console_getc()104 while ((uart_read(RA_UART_LSR) & UART_LSR_TEMT) == 0) in ra_console_flush()
251 if ((uart_read(RA_UART_LSR) & LSR_RXRDY) == 0) in ralink_cngetc()262 while ((uart_read(RA_UART_LSR) & LSR_TXRDY) == 0 && --timo > 0) in ralink_cnputc()269 while ((uart_read(RA_UART_LSR) & LSR_TSRE) == 0 && --timo > 0) in ralink_cnputc()383 [COM_REG_LSR] = RA_UART_LSR,
596 #define RA_UART_LSR 0x14 macro608 #define RA_UART_LSR 0x1C macro