baud_std 275 drivers/tty/serial/sccnxp.c } baud_std[] = { baud_std 327 drivers/tty/serial/sccnxp.c for (i = 0; baud_std[i].baud && besterr; i++) { baud_std 328 drivers/tty/serial/sccnxp.c if (baud_std[i].mr0 && !(chip->flags & SCCNXP_HAVE_MR0)) baud_std 330 drivers/tty/serial/sccnxp.c div_std = DIV_ROUND_CLOSEST(chip->freq_std, baud_std[i].baud); baud_std 333 drivers/tty/serial/sccnxp.c acr = baud_std[i].acr; baud_std 334 drivers/tty/serial/sccnxp.c csr = baud_std[i].csr; baud_std 335 drivers/tty/serial/sccnxp.c mr0 = baud_std[i].mr0;