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

/linux-master/drivers/tty/serial/8250/
H A D8250_omap.c242 unsigned int abs_d13, abs_d16; local
268 abs_d13 = abs(baud - uartclk / 13 / div_13);
271 if (abs_d13 >= abs_d16) {

Completed in 154 milliseconds