Searched refs:UART_BUG_TXEN (Results 1 – 2 of 2) sorted by relevance
91 #define UART_BUG_TXEN BIT(1) /* UART has buggy TX IIR status */ macro
1429 if (up->bugs & UART_BUG_TXEN) { in __start_tx()2257 if (!(up->bugs & UART_BUG_TXEN)) { in serial8250_iir_txen_test()2258 up->bugs |= UART_BUG_TXEN; in serial8250_iir_txen_test()2265 up->bugs &= ~UART_BUG_TXEN; in serial8250_iir_txen_test()
Completed in 9 milliseconds