Searched refs:baud_std (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
H A Dsccnxp.c252 } baud_std[] = { variable in typeref:struct:__anon10373
292 for (i = 0; baud_std[i].baud && besterr; i++) { sccnxp_set_baud()
293 if (baud_std[i].mr0 && !(chip->flags & SCCNXP_HAVE_MR0)) sccnxp_set_baud()
295 div_std = DIV_ROUND_CLOSEST(chip->freq_std, baud_std[i].baud); sccnxp_set_baud()
298 acr = baud_std[i].acr; sccnxp_set_baud()
299 csr = baud_std[i].csr; sccnxp_set_baud()
300 mr0 = baud_std[i].mr0; sccnxp_set_baud()

Completed in 46 milliseconds