Lines Matching defs:fuart
216 unsigned long fuart = baud * ps;
221 fuart = fuart ? fuart : 9600 * 16;
223 if (mid->board->freq < fuart) {
229 fuart = baud * ps;
232 fuart *= rounddown_pow_of_two(mid->board->freq / fuart);
235 rational_best_approximation(fuart, mid->board->freq, w, w, &mul, &div);
236 p->uartclk = fuart * 16 / ps; /* core uses ps = 16 always */