Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Daltera_uart.c89 static void altera_uart_writel(struct uart_port *port, u32 dat, int reg) in altera_uart_writel() function
123 altera_uart_writel(&pp->port, imr, ALTERA_UART_CONTROL_REG); in altera_uart_update_ctrl_reg()
192 altera_uart_writel(port, baudclk, ALTERA_UART_DIVISOR_REG); in altera_uart_set_termios()
214 altera_uart_writel(port, status, in altera_uart_rx_chars()
254 altera_uart_writel(port, port->x_char, ALTERA_UART_TXDATA_REG); in altera_uart_tx_chars()
264 altera_uart_writel(port, xmit->buf[xmit->tail], in altera_uart_tx_chars()
309 altera_uart_writel(port, 0, ALTERA_UART_CONTROL_REG); in altera_uart_config_port()
311 altera_uart_writel(port, 0, ALTERA_UART_STATUS_REG); in altera_uart_config_port()
404 altera_uart_writel(port, c, ALTERA_UART_TXDATA_REG); in altera_uart_poll_put_char()
443 altera_uart_writel(port, c, ALTERA_UART_TXDATA_REG); in altera_uart_console_putc()
[all …]