Lines Matching refs:altera_uart
77 struct altera_uart { struct
102 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_get_mctrl() argument
112 static void altera_uart_update_ctrl_reg(struct altera_uart *pp) in altera_uart_update_ctrl_reg()
128 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_set_mctrl()
140 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_start_tx()
148 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_stop_tx()
156 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_stop_rx()
164 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_break_ctl()
202 static void altera_uart_rx_chars(struct altera_uart *pp) in altera_uart_rx_chars()
251 static void altera_uart_tx_chars(struct altera_uart *pp) in altera_uart_tx_chars()
286 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_interrupt()
303 struct altera_uart *pp = from_timer(pp, t, tmr); in altera_uart_timer()
322 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_startup()
353 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_shutdown()
439 static struct altera_uart altera_uart_ports[CONFIG_SERIAL_ALTERA_UART_MAXPORTS];