Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250.h92 #define UART_BUG_THRE (1 << 3) /* UART has buggy THRE reassertion */ macro
H A D8250_core.c322 if (up->bugs & UART_BUG_THRE) { in univ8250_setup_irq()
H A D8250_port.c2367 up->bugs |= UART_BUG_THRE; in serial8250_do_startup()