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

/linux-master/drivers/tty/serial/
H A Dxilinx_uartps.c528 unsigned int bauderror; local
546 bauderror = baud - calc_baud;
548 bauderror = calc_baud - baud;
550 if (besterror > bauderror) {
554 besterror = bauderror;

Completed in 157 milliseconds