Home
last modified time | relevance | path

Searched refs:UART_BUG_QUOT (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/tty/serial/8250/
D8250.h81 #define UART_BUG_QUOT (1 << 0) /* UART has buggy quot LSB */ macro
D8250_core.c872 up->bugs |= UART_BUG_QUOT; in autoconfig_has_efr()
2487 if (up->bugs & UART_BUG_QUOT && (quot & 0xff) == 0) in serial8250_get_divisor()