Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/8250/
D8250_pci.c1400 unsigned long fref = 100000000, fuart = baud * 16; in byt_set_termios() local
1406 fuart = fuart ? fuart : 9600 * 16; in byt_set_termios()
1409 fuart *= rounddown_pow_of_two(fref / fuart); in byt_set_termios()
1417 rational_best_approximation(fuart, fref, w, w, &m, &n); in byt_set_termios()
1418 p->uartclk = fuart; in byt_set_termios()
1526 unsigned long fuart = baud * ps; in intel_mid_set_termios() local
1530 if (fref < fuart) { in intel_mid_set_termios()
1536 fuart = baud * ps; in intel_mid_set_termios()
1539 fuart *= rounddown_pow_of_two(fref / fuart); in intel_mid_set_termios()
1542 rational_best_approximation(fuart, fref, w, w, &mul, &div); in intel_mid_set_termios()
[all …]