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()
249 static void altera_uart_tx_chars(struct altera_uart *pp) in altera_uart_tx_chars()
284 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_interrupt()
301 struct altera_uart *pp = from_timer(pp, t, tmr); in altera_uart_timer()
320 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_startup()
351 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_shutdown()
437 static struct altera_uart altera_uart_ports[CONFIG_SERIAL_ALTERA_UART_MAXPORTS];