Searched refs:tegra_uart_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/tty/serial/ |
D | serial-tegra.c | 136 static inline void tegra_uart_write(struct tegra_uart_port *tup, unsigned val, in tegra_uart_write() function 175 tegra_uart_write(tup, mcr, UART_MCR); in set_rts() 190 tegra_uart_write(tup, mcr, UART_MCR); in set_dtr() 217 tegra_uart_write(tup, lcr, UART_LCR); in tegra_uart_break_ctl() 252 tegra_uart_write(tup, fcr, UART_FCR); in tegra_uart_fifo_reset() 255 tegra_uart_write(tup, fcr, UART_FCR); in tegra_uart_fifo_reset() 258 tegra_uart_write(tup, fcr, UART_FCR); in tegra_uart_fifo_reset() 260 tegra_uart_write(tup, fcr, UART_FCR); in tegra_uart_fifo_reset() 300 tegra_uart_write(tup, lcr, UART_LCR); in tegra_set_baudrate() 302 tegra_uart_write(tup, divisor & 0xFF, UART_TX); in tegra_set_baudrate() [all …]
|