Lines Matching refs:step
44 static u32 ar933x_serial_get_baud(u32 clk, u32 scale, u32 step) in ar933x_serial_get_baud() argument
51 t *= step; in ar933x_serial_get_baud()
59 u32 *scale, u32 *step) in ar933x_serial_get_scale_step() argument
65 *step = 0; in ar933x_serial_get_scale_step()
84 *step = tstep; in ar933x_serial_get_scale_step()
92 u32 val, scale, step; in ar933x_serial_setbrg() local
95 ar933x_serial_get_scale_step(val, baudrate, &scale, &step); in ar933x_serial_setbrg()
99 val |= (step & AR933X_UART_CLK_STEP_M) in ar933x_serial_setbrg()
203 u32 val, scale, step; in _debug_uart_init() local
219 CONFIG_BAUDRATE, &scale, &step); in _debug_uart_init()
223 val |= (step & AR933X_UART_CLK_STEP_M) in _debug_uart_init()