Home
last modified time | relevance | path

Searched refs:UART_DIV_MAX (Results 1 – 4 of 4) 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_pci.c1212 quot = cust_div & UART_DIV_MAX; in pci_oxsemi_tornado_get_divisor()
1251 while (quot > UART_DIV_MAX) { in pci_oxsemi_tornado_get_divisor()