bestbaud          310 drivers/tty/serial/sccnxp.c 	int div_std, tmp_baud, bestbaud = INT_MAX, besterr = INT_MAX;
bestbaud          317 drivers/tty/serial/sccnxp.c 		bestbaud = DIV_ROUND_CLOSEST(port->uartclk, 2 * 16 * div_std);
bestbaud          318 drivers/tty/serial/sccnxp.c 		sccnxp_update_best_err(baud, bestbaud, &besterr);
bestbaud          336 drivers/tty/serial/sccnxp.c 			bestbaud = tmp_baud;
bestbaud          351 drivers/tty/serial/sccnxp.c 	if (baud != bestbaud)
bestbaud          353 drivers/tty/serial/sccnxp.c 			baud, bestbaud);
bestbaud          355 drivers/tty/serial/sccnxp.c 	return bestbaud;
bestbaud          409 drivers/tty/serial/xilinx_uartps.c 	unsigned int bestbaud = 0;
bestbaud          435 drivers/tty/serial/xilinx_uartps.c 			bestbaud = calc_baud;
bestbaud          441 drivers/tty/serial/xilinx_uartps.c 		bestbaud = baud;
bestbaud          443 drivers/tty/serial/xilinx_uartps.c 	return bestbaud;