Home
last modified time | relevance | path

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

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