Lines Matching refs:altera_uart
76 struct altera_uart { struct
101 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_get_mctrl() argument
111 static void altera_uart_update_ctrl_reg(struct altera_uart *pp) in altera_uart_update_ctrl_reg()
127 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_set_mctrl()
139 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_start_tx()
147 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_stop_tx()
155 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_stop_rx()
163 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_break_ctl()
260 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_interrupt()
278 struct altera_uart *pp = timer_container_of(pp, t, tmr); in altera_uart_timer()
297 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_startup()
328 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_shutdown()
414 static struct altera_uart altera_uart_ports[CONFIG_SERIAL_ALTERA_UART_MAXPORTS];