Home
last modified time | relevance | path

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

/drivers/tty/serial/
A Daltera_uart.c88 static void altera_uart_writel(struct uart_port *port, u32 dat, int reg) in altera_uart_writel() function
122 altera_uart_writel(&pp->port, imr, ALTERA_UART_CONTROL_REG); in altera_uart_update_ctrl_reg()
191 altera_uart_writel(port, baudclk, ALTERA_UART_DIVISOR_REG); in altera_uart_set_termios()
213 altera_uart_writel(port, status, in altera_uart_rx_chars()
254 altera_uart_writel(port, ch, ALTERA_UART_TXDATA_REG)); in altera_uart_tx_chars()
290 altera_uart_writel(port, 0, ALTERA_UART_CONTROL_REG); in altera_uart_config_port()
292 altera_uart_writel(port, 0, ALTERA_UART_STATUS_REG); in altera_uart_config_port()
385 altera_uart_writel(port, c, ALTERA_UART_TXDATA_REG); in altera_uart_poll_put_char()
424 altera_uart_writel(port, c, ALTERA_UART_TXDATA_REG); in altera_uart_console_putc()
494 altera_uart_writel(port, ALTERA_UART_CONTROL_RRDY_MSK, in altera_uart_earlycon_setup()
[all …]

Completed in 4 milliseconds