Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsccnxp.c271 } baud_std[] = { variable
323 for (i = 0; baud_std[i].baud && besterr; i++) { in sccnxp_set_baud()
324 if (baud_std[i].mr0 && !(chip->flags & SCCNXP_HAVE_MR0)) in sccnxp_set_baud()
326 div_std = DIV_ROUND_CLOSEST(chip->freq_std, baud_std[i].baud); in sccnxp_set_baud()
329 acr = baud_std[i].acr; in sccnxp_set_baud()
330 csr = baud_std[i].csr; in sccnxp_set_baud()
331 mr0 = baud_std[i].mr0; in sccnxp_set_baud()