Lines Matching defs:fuart
215 unsigned long fuart = baud * ps;
220 fuart = fuart ? fuart : 9600 * 16;
222 if (mid->board->freq < fuart) {
228 fuart = baud * ps;
231 fuart *= rounddown_pow_of_two(mid->board->freq / fuart);
234 rational_best_approximation(fuart, mid->board->freq, w, w, &mul, &div);
235 p->uartclk = fuart * 16 / ps; /* core uses ps = 16 always */