Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dar933x_uart.c265 u64 tstep; in ar933x_uart_get_scale_step() local
268 tstep = baud * (tscale + 1); in ar933x_uart_get_scale_step()
269 tstep *= (2 << 16); in ar933x_uart_get_scale_step()
270 do_div(tstep, clk); in ar933x_uart_get_scale_step()
272 if (tstep > AR933X_UART_MAX_STEP) in ar933x_uart_get_scale_step()
275 diff = abs(ar933x_uart_get_baud(clk, tscale, tstep) - baud); in ar933x_uart_get_scale_step()
279 *step = tstep; in ar933x_uart_get_scale_step()