Searched refs:div_16 (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/tty/serial/8250/
H A D8250_omap.c241 unsigned int div_13, div_16; local
261 div_16 = DIV_ROUND_CLOSEST(uartclk, 16 * baud);
265 if (!div_16)
266 div_16 = 1;
269 abs_d16 = abs(baud - uartclk / 16 / div_16);
273 priv->quot = div_16;

Completed in 128 milliseconds