Searched refs:UART_DIV_MAX (Results 1 – 6 of 6) sorted by relevance
167 #define UART_DIV_MAX 0xFFFF /* Max divisor value */ macro
88 With the baud base set to 15625000 and the unsigned 16-bit UART_DIV_MAX
356 port->uartclk / 16 / UART_DIV_MAX, in mtk8250_set_termios()
239 priv->quot = port->custom_divisor & UART_DIV_MAX; in omap_8250_get_divisor()395 port->uartclk / 16 / UART_DIV_MAX, in omap_8250_set_termios()
2702 min = port->uartclk / 16 / UART_DIV_MAX >> 1; in serial8250_get_baud_rate()2705 min = port->uartclk / 16 / UART_DIV_MAX; in serial8250_get_baud_rate()
1123 quot = cust_div & UART_DIV_MAX; in pci_oxsemi_tornado_get_divisor()1162 while (quot > UART_DIV_MAX) { in pci_oxsemi_tornado_get_divisor()