Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dserial-tegra.c108 unsigned int current_baud; member
273 if (tup->current_baud) in tegra_uart_wait_cycle_time()
274 udelay(DIV_ROUND_UP(cycles * 1000000, tup->current_baud * 16)); in tegra_uart_wait_cycle_time()
281 if (tup->current_baud) in tegra_uart_wait_sym_time()
283 tup->current_baud)); in tegra_uart_wait_sym_time()
384 if (tup->current_baud == baud) in tegra_set_baudrate()
425 tup->current_baud = baud; in tegra_set_baudrate()
566 if (!tup->current_baud) in tegra_uart_start_next_tx()
934 unsigned long char_time = DIV_ROUND_UP(10000000, tup->current_baud); in tegra_uart_hw_deinit()
973 tup->current_baud = 0; in tegra_uart_hw_deinit()
[all …]