Searched refs:tstep (Results 1 – 1 of 1) sorted by relevance
69 u64 tstep; in ar933x_serial_get_scale_step() local72 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()