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

/freebsd-12-stable/sys/mips/atheros/
H A Duart_dev_ar933x.c145 uint64_t tstep; local
148 tstep = baud * (tscale + 1);
149 tstep *= (2 << 16);
150 tstep = tstep / clk;
152 if (tstep > AR933X_UART_MAX_STEP)
155 diff = abs(ar933x_uart_get_baud(clk, tscale, tstep) - baud);
159 *step = tstep;

Completed in 97 milliseconds