comprate 215 drivers/tty/serial/lpc32xx_hs.c u32 div, goodrate, hsu_rate, l_hsu_rate, comprate; comprate 229 drivers/tty/serial/lpc32xx_hs.c comprate = uartclk / ((hsu_rate + 1) * 14); comprate 230 drivers/tty/serial/lpc32xx_hs.c if (abs(comprate - rate) < rate_diff) { comprate 232 drivers/tty/serial/lpc32xx_hs.c rate_diff = abs(comprate - rate);