Searched refs:altera_uart_writel (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/tty/serial/ |
D | altera_uart.c | 89 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() 255 altera_uart_writel(port, ch, ALTERA_UART_TXDATA_REG)); in altera_uart_tx_chars() 291 altera_uart_writel(port, 0, ALTERA_UART_CONTROL_REG); in altera_uart_config_port() 293 altera_uart_writel(port, 0, ALTERA_UART_STATUS_REG); in altera_uart_config_port() 386 altera_uart_writel(port, c, ALTERA_UART_TXDATA_REG); in altera_uart_poll_put_char() 425 altera_uart_writel(port, c, ALTERA_UART_TXDATA_REG); in altera_uart_console_putc() 495 altera_uart_writel(port, ALTERA_UART_CONTROL_RRDY_MSK, in altera_uart_earlycon_setup() [all …]
|