Searched refs:div_16 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/serial/8250/
H A D8250_omap.c240 unsigned int div_13, div_16; local
260 div_16 = DIV_ROUND_CLOSEST(uartclk, 16 * baud);
264 if (!div_16)
265 div_16 = 1;
268 abs_d16 = abs(baud - uartclk / 16 / div_16);
272 priv->quot = div_16;

Completed in 379 milliseconds