Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250.h93 #define UART_BUG_PARITY (1 << 4) /* UART mishandles parity if FIFO enabled */ macro
H A D8250_port.c2629 if (up->bugs & UART_BUG_PARITY) in serial8250_compute_lcr()
H A D8250_pci.c1051 port->bugs |= UART_BUG_PARITY; in pci_asix_setup()