Searched refs:UART_DIV_MAX (Results 1 – 6 of 6) sorted by relevance
162 #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
347 port->uartclk / 16 / UART_DIV_MAX, in mtk8250_set_termios()
231 priv->quot = port->custom_divisor & UART_DIV_MAX; in omap_8250_get_divisor()381 port->uartclk / 16 / UART_DIV_MAX, in omap_8250_set_termios()
2679 min = port->uartclk / 16 / UART_DIV_MAX >> 1; in serial8250_get_baud_rate()2682 min = port->uartclk / 16 / UART_DIV_MAX; in serial8250_get_baud_rate()
1141 quot = cust_div & UART_DIV_MAX; in pci_oxsemi_tornado_get_divisor()1180 while (quot > UART_DIV_MAX) { in pci_oxsemi_tornado_get_divisor()