Searched refs:baud_std (Results 1 – 1 of 1) sorted by relevance
252 } baud_std[] = { variable292 for (i = 0; baud_std[i].baud && besterr; i++) { in sccnxp_set_baud()293 if (baud_std[i].mr0 && !(chip->flags & SCCNXP_HAVE_MR0)) in sccnxp_set_baud()295 div_std = DIV_ROUND_CLOSEST(chip->freq_std, baud_std[i].baud); in sccnxp_set_baud()298 acr = baud_std[i].acr; in sccnxp_set_baud()299 csr = baud_std[i].csr; in sccnxp_set_baud()300 mr0 = baud_std[i].mr0; in sccnxp_set_baud()