Searched refs:uart_lsr_both_empty (Results 1 – 1 of 1) sorted by relevance
30 const int uart_lsr_both_empty = (UART_LSR_TEMT | UART_LSR_THRE); in serial8250_early_putc() local35 while ((serial8250_early_in(serial, UART_LSR) & uart_lsr_both_empty) != uart_lsr_both_empty) in serial8250_early_putc()
Completed in 4 milliseconds