Home
last modified time | relevance | path

Searched refs:UART_DIV_MAX (Results 1 – 6 of 6) sorted by relevance

/linux/include/uapi/linux/
H A Dserial_reg.h168 #define UART_DIV_MAX 0xFFFF /* Max divisor value */ macro
/linux/Documentation/misc-devices/
H A Doxsemi-tornado.rst88 With the baud base set to 15625000 and the unsigned 16-bit UART_DIV_MAX
/linux/drivers/tty/serial/8250/
H A D8250_mtk.c360 port->uartclk / 16 / UART_DIV_MAX, in mtk8250_set_termios()
H A D8250_port.c2561 min = port->uartclk / 16 / UART_DIV_MAX >> 1; in serial8250_get_baud_rate()
2564 min = port->uartclk / 16 / UART_DIV_MAX; in serial8250_get_baud_rate()
H A D8250_omap.c513 port->uartclk / 16 / UART_DIV_MAX, in omap_8250_set_termios()
H A D8250_pci.c1246 while (quot > UART_DIV_MAX) { in pci_oxsemi_tornado_get_divisor()