Home
last modified time | relevance | path

Searched refs:UART_LSR_TEMT (Results 1 - 5 of 5) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H A Dserial_reg.h136 #define UART_LSR_TEMT 0x40 /* Transmitter empty */ macro
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drk_fiq_debugger.c212 while (!(rk_fiq_read_lsr(t) & UART_LSR_TEMT) && count--) { in debug_flush()
247 while (!(rk_fiq_read_lsr(t) & UART_LSR_TEMT) && count--) { in console_flush()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drk_fiq_debugger.c212 while (!(rk_fiq_read_lsr(t) & UART_LSR_TEMT) && count--) in debug_flush()
246 while (!(rk_fiq_read_lsr(t) & UART_LSR_TEMT) && count--) in console_flush()
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_dw.c142 if (lsr & UART_LSR_TEMT) { in dw8250_tx_wait_empty()
H A D8250_port.c51 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
2490 if ((lsr & UART_LSR_TEMT) && (iir & UART_IIR_NO_INT)) { in serial8250_do_startup()

Completed in 10 milliseconds