Home
last modified time | relevance | path

Searched refs:UART_BUG_TXRACE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250.h90 #define UART_BUG_TXRACE (1 << 5) /* UART Tx fails to set remote DR */ macro
H A D8250_aspeed_vuart.c406 port.bugs |= UART_BUG_TXRACE; in aspeed_vuart_probe()
H A D8250_port.c1806 if (up->bugs & UART_BUG_TXRACE) { in serial8250_tx_chars()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250.h94 #define UART_BUG_TXRACE BIT(5) /* UART Tx fails to set remote DR */ macro
H A D8250_aspeed_vuart.c449 port.bugs |= UART_BUG_TXRACE; in aspeed_vuart_probe()
H A D8250_port.c1812 if (up->bugs & UART_BUG_TXRACE) { in serial8250_tx_chars()

Completed in 11 milliseconds