Searched refs:tegra_uart_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/tty/serial/ |
D | serial-tegra.c | 147 static inline void tegra_uart_write(struct tegra_uart_port *tup, unsigned val, in tegra_uart_write() function 186 tegra_uart_write(tup, mcr, UART_MCR); in set_rts() 201 tegra_uart_write(tup, mcr, UART_MCR); in set_dtr() 230 tegra_uart_write(tup, lcr, UART_LCR); in tegra_uart_break_ctl() 265 tegra_uart_write(tup, fcr, UART_FCR); in tegra_uart_fifo_reset() 268 tegra_uart_write(tup, fcr, UART_FCR); in tegra_uart_fifo_reset() 271 tegra_uart_write(tup, fcr, UART_FCR); in tegra_uart_fifo_reset() 273 tegra_uart_write(tup, fcr, UART_FCR); in tegra_uart_fifo_reset() 313 tegra_uart_write(tup, lcr, UART_LCR); in tegra_set_baudrate() 315 tegra_uart_write(tup, divisor & 0xFF, UART_TX); in tegra_set_baudrate() [all …]
|