Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_ar933x.c69 u64 tstep; in ar933x_serial_get_scale_step() local
72 tstep = baud * (tscale + 1); in ar933x_serial_get_scale_step()
73 tstep *= (2 << 16); in ar933x_serial_get_scale_step()
74 do_div(tstep, clk); in ar933x_serial_get_scale_step()
76 if (tstep > AR933X_UART_CLK_STEP_M) in ar933x_serial_get_scale_step()
79 baudrate = ar933x_serial_get_baud(clk, tscale, tstep); in ar933x_serial_get_scale_step()
84 *step = tstep; in ar933x_serial_get_scale_step()