Searched refs:altera_uart_writel (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/tty/serial/ |
D | altera_uart.c | 93 static void altera_uart_writel(struct uart_port *port, u32 dat, int reg) in altera_uart_writel() function 125 altera_uart_writel(port, pp->imr, ALTERA_UART_CONTROL_REG); in altera_uart_set_mctrl() 133 altera_uart_writel(port, pp->imr, ALTERA_UART_CONTROL_REG); in altera_uart_start_tx() 141 altera_uart_writel(port, pp->imr, ALTERA_UART_CONTROL_REG); in altera_uart_stop_tx() 149 altera_uart_writel(port, pp->imr, ALTERA_UART_CONTROL_REG); in altera_uart_stop_rx() 162 altera_uart_writel(port, pp->imr, ALTERA_UART_CONTROL_REG); in altera_uart_break_ctl() 182 altera_uart_writel(port, baudclk, ALTERA_UART_DIVISOR_REG); in altera_uart_set_termios() 205 altera_uart_writel(port, status, in altera_uart_rx_chars() 248 altera_uart_writel(port, port->x_char, ALTERA_UART_TXDATA_REG); in altera_uart_tx_chars() 258 altera_uart_writel(port, xmit->buf[xmit->tail], in altera_uart_tx_chars() [all …]
|