Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dserial-tegra.c112 unsigned int current_baud; member
277 if (tup->current_baud) in tegra_uart_wait_cycle_time()
278 udelay(DIV_ROUND_UP(cycles * 1000000, tup->current_baud * 16)); in tegra_uart_wait_cycle_time()
285 if (tup->current_baud) in tegra_uart_wait_sym_time()
287 tup->current_baud)); in tegra_uart_wait_sym_time()
388 if (tup->current_baud == baud) in tegra_set_baudrate()
429 tup->current_baud = baud; in tegra_set_baudrate()
569 if (!tup->current_baud) in tegra_uart_start_next_tx()
936 unsigned long char_time = DIV_ROUND_UP(10000000, tup->current_baud); in tegra_uart_hw_deinit()
975 tup->current_baud = 0; in tegra_uart_hw_deinit()
[all …]