Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/8250/
D8250.h90 #define UART_BUG_PARITY (1 << 4) /* UART mishandles parity if FIFO enabled */ macro
D8250_port.c2572 if (up->bugs & UART_BUG_PARITY) in serial8250_compute_lcr()
D8250_pci.c1069 port->bugs |= UART_BUG_PARITY; in pci_asix_setup()