Lines Matching refs:uart_ma35d1_port
148 struct uart_ma35d1_port { struct
161 static struct uart_ma35d1_port ma35d1serial_ports[MA35_UART_NR]; argument
163 static struct uart_ma35d1_port *to_ma35d1_uart_port(struct uart_port *uart) in to_ma35d1_uart_port()
165 return container_of(uart, struct uart_ma35d1_port, port); in to_ma35d1_uart_port()
168 static u32 serial_in(struct uart_ma35d1_port *p, u32 offset) in serial_in()
173 static void serial_out(struct uart_ma35d1_port *p, u32 offset, u32 value) in serial_out()
178 static void __stop_tx(struct uart_ma35d1_port *p) in __stop_tx()
189 struct uart_ma35d1_port *up = to_ma35d1_uart_port(port); in ma35d1serial_stop_tx()
194 static void transmit_chars(struct uart_ma35d1_port *up) in transmit_chars()
213 struct uart_ma35d1_port *up = to_ma35d1_uart_port(port); in ma35d1serial_start_tx()
224 struct uart_ma35d1_port *up = to_ma35d1_uart_port(port); in ma35d1serial_stop_rx()
232 static void receive_chars(struct uart_ma35d1_port *up) in receive_chars()
287 struct uart_ma35d1_port *up = to_ma35d1_uart_port(port); in ma35d1serial_interrupt()
308 struct uart_ma35d1_port *up = to_ma35d1_uart_port(port); in ma35d1serial_tx_empty()
320 struct uart_ma35d1_port *up = to_ma35d1_uart_port(port); in ma35d1serial_get_mctrl()
332 struct uart_ma35d1_port *up = to_ma35d1_uart_port(port); in ma35d1serial_set_mctrl()
363 struct uart_ma35d1_port *up = to_ma35d1_uart_port(port); in ma35d1serial_break_ctl()
379 struct uart_ma35d1_port *up = to_ma35d1_uart_port(port); in ma35d1serial_startup()
407 struct uart_ma35d1_port *up = to_ma35d1_uart_port(port); in ma35d1serial_shutdown()
417 struct uart_ma35d1_port *up = to_ma35d1_uart_port(port); in ma35d1serial_set_termios()
530 static void wait_for_xmitr(struct uart_ma35d1_port *up) in wait_for_xmitr()
541 struct uart_ma35d1_port *up = to_ma35d1_uart_port(port); in ma35d1serial_console_putchar()
555 struct uart_ma35d1_port *up; in ma35d1serial_console_write()
593 struct uart_ma35d1_port *p; in ma35d1serial_console_setup()
688 struct uart_ma35d1_port *up; in ma35d1serial_probe()
758 struct uart_ma35d1_port *up = to_ma35d1_uart_port(port); in ma35d1serial_remove()
768 struct uart_ma35d1_port *up = to_ma35d1_uart_port(port); in ma35d1serial_suspend()
782 struct uart_ma35d1_port *up = to_ma35d1_uart_port(port); in ma35d1serial_resume()