Searched refs:tegra_uart_write (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/tty/serial/ |
| D | serial-tegra.c | 157 static inline void tegra_uart_write(struct tegra_uart_port *tup, unsigned val, in tegra_uart_write() function 196 tegra_uart_write(tup, mcr, UART_MCR); in set_rts() 211 tegra_uart_write(tup, mcr, UART_MCR); in set_dtr() 226 tegra_uart_write(tup, mcr, UART_MCR); in set_loopbk() 256 tegra_uart_write(tup, lcr, UART_LCR); in tegra_uart_break_ctl() 310 tegra_uart_write(tup, fcr, UART_FCR); in tegra_uart_fifo_reset() 313 tegra_uart_write(tup, fcr, UART_FCR); in tegra_uart_fifo_reset() 316 tegra_uart_write(tup, fcr, UART_FCR); in tegra_uart_fifo_reset() 318 tegra_uart_write(tup, fcr, UART_FCR); in tegra_uart_fifo_reset() 412 tegra_uart_write(tup, lcr, UART_LCR); in tegra_set_baudrate() [all …]
|