Home
last modified time | relevance | path

Searched refs:UART_BUG_QUOT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250.h86 #define UART_BUG_QUOT (1 << 0) /* UART has buggy quot LSB */ macro
H A D8250_port.c928 up->bugs |= UART_BUG_QUOT; in autoconfig_has_efr()
2544 if (up->bugs & UART_BUG_QUOT && (quot & 0xff) == 0) in serial8250_do_get_divisor()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250.h90 #define UART_BUG_QUOT BIT(0) /* UART has buggy quot LSB */ macro
H A D8250_port.c904 up->bugs |= UART_BUG_QUOT; in autoconfig_has_efr()
2611 if (up->bugs & UART_BUG_QUOT && (quot & 0xff) == 0) in serial8250_do_get_divisor()

Completed in 10 milliseconds