tmp_baud          310 drivers/tty/serial/sccnxp.c 	int div_std, tmp_baud, bestbaud = INT_MAX, besterr = INT_MAX;
tmp_baud          331 drivers/tty/serial/sccnxp.c 		tmp_baud = DIV_ROUND_CLOSEST(port->uartclk, div_std);
tmp_baud          332 drivers/tty/serial/sccnxp.c 		if (!sccnxp_update_best_err(baud, tmp_baud, &besterr)) {
tmp_baud          336 drivers/tty/serial/sccnxp.c 			bestbaud = tmp_baud;