Home
last modified time | relevance | path

Searched refs:uart_lsr_both_empty (Results 1 – 1 of 1) sorted by relevance

/bsp/rockchip/rk3500/driver/uart8250/
A Dearly.c30 const int uart_lsr_both_empty = (UART_LSR_TEMT | UART_LSR_THRE); in serial8250_early_putc() local
35 while ((serial8250_early_in(serial, UART_LSR) & uart_lsr_both_empty) != uart_lsr_both_empty) in serial8250_early_putc()

Completed in 4 milliseconds