Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dserial-tegra.c108 unsigned int current_baud; member
272 if (tup->current_baud) in tegra_uart_wait_cycle_time()
273 udelay(DIV_ROUND_UP(cycles * 1000000, tup->current_baud * 16)); in tegra_uart_wait_cycle_time()
280 if (tup->current_baud) in tegra_uart_wait_sym_time()
282 tup->current_baud)); in tegra_uart_wait_sym_time()
383 if (tup->current_baud == baud) in tegra_set_baudrate()
424 tup->current_baud = baud; in tegra_set_baudrate()
564 if (!tup->current_baud) in tegra_uart_start_next_tx()
918 unsigned long char_time = DIV_ROUND_UP(10000000, tup->current_baud); in tegra_uart_hw_deinit()
957 tup->current_baud = 0; in tegra_uart_hw_deinit()
[all …]