Searched refs:THRE (Results 1 – 10 of 10) sorted by relevance
153 LSR_WAIT_FOR(THRE); in gdbstub_io_tx_char()158 LSR_WAIT_FOR(THRE); in gdbstub_io_tx_char()172 LSR_WAIT_FOR(THRE); in gdbstub_io_tx_flush()
191 LSR_WAIT_FOR(THRE); in gdbstub_tx_char()197 LSR_WAIT_FOR(THRE); in gdbstub_tx_char()213 LSR_WAIT_FOR(THRE); in gdbstub_tx_flush()
162 LSR_WAIT_FOR0(THRE); in debug_to_serial()168 LSR_WAIT_FOR0(THRE); in debug_to_serial()
100 LSR_WAIT_FOR(THRE); in __debug_to_serial()106 LSR_WAIT_FOR(THRE); in __debug_to_serial()
106 LSR_WAIT_FOR(THRE); in __debug_to_serial()112 LSR_WAIT_FOR(THRE); in __debug_to_serial()
122 LSR_WAIT_FOR(THRE); in __debug_to_serial()128 LSR_WAIT_FOR(THRE); in __debug_to_serial()
220 LSR_WAIT_FOR(THRE); in kputs()225 LSR_WAIT_FOR(THRE); in kputs()
96 #define THRE 0x20 /* THR Empty */ macro130 #define THRE 0x20 /* THR Empty */ macro
341 while ((UART_GET_LSR(uart) & THRE) && xmit->tail != xmit->head) { in bfin_serial_tx_chars()366 if (UART_GET_LSR(uart) & THRE) in bfin_serial_tx_int()991 while (!(UART_GET_LSR(uart) & THRE)) in bfin_serial_poll_put_char()1081 while (!(UART_GET_LSR(uart) & THRE)) in bfin_serial_console_putchar()
70 while (!(UART_GET_LSR(port) & THRE)) { in bfin_sir_stop_tx()236 if (UART_GET_LSR(port) & THRE) in bfin_sir_tx_int()