Lines Matching refs:ar933x_uart_port
44 struct ar933x_uart_port { struct
52 static inline unsigned int ar933x_uart_read(struct ar933x_uart_port *up, in ar933x_uart_read() argument
58 static inline void ar933x_uart_write(struct ar933x_uart_port *up, in ar933x_uart_write()
64 static inline void ar933x_uart_rmw(struct ar933x_uart_port *up, in ar933x_uart_rmw()
77 static inline void ar933x_uart_rmw_set(struct ar933x_uart_port *up, in ar933x_uart_rmw_set()
84 static inline void ar933x_uart_rmw_clear(struct ar933x_uart_port *up, in ar933x_uart_rmw_clear()
91 static inline void ar933x_uart_start_tx_interrupt(struct ar933x_uart_port *up) in ar933x_uart_start_tx_interrupt()
97 static inline void ar933x_uart_stop_tx_interrupt(struct ar933x_uart_port *up) in ar933x_uart_stop_tx_interrupt()
103 static inline void ar933x_uart_putc(struct ar933x_uart_port *up, int ch) in ar933x_uart_putc()
114 struct ar933x_uart_port *up = in ar933x_uart_tx_empty()
115 container_of(port, struct ar933x_uart_port, port); in ar933x_uart_tx_empty()
137 struct ar933x_uart_port *up = in ar933x_uart_start_tx()
138 container_of(port, struct ar933x_uart_port, port); in ar933x_uart_start_tx()
145 struct ar933x_uart_port *up = in ar933x_uart_stop_tx()
146 container_of(port, struct ar933x_uart_port, port); in ar933x_uart_stop_tx()
153 struct ar933x_uart_port *up = in ar933x_uart_stop_rx()
154 container_of(port, struct ar933x_uart_port, port); in ar933x_uart_stop_rx()
162 struct ar933x_uart_port *up = in ar933x_uart_break_ctl()
163 container_of(port, struct ar933x_uart_port, port); in ar933x_uart_break_ctl()
231 struct ar933x_uart_port *up = in ar933x_uart_set_termios()
232 container_of(port, struct ar933x_uart_port, port); in ar933x_uart_set_termios()
300 static void ar933x_uart_rx_chars(struct ar933x_uart_port *up) in ar933x_uart_rx_chars()
332 static void ar933x_uart_tx_chars(struct ar933x_uart_port *up) in ar933x_uart_tx_chars()
373 struct ar933x_uart_port *up = dev_id; in ar933x_uart_interrupt()
405 struct ar933x_uart_port *up = in ar933x_uart_startup()
406 container_of(port, struct ar933x_uart_port, port); in ar933x_uart_startup()
432 struct ar933x_uart_port *up = in ar933x_uart_shutdown()
433 container_of(port, struct ar933x_uart_port, port); in ar933x_uart_shutdown()
471 struct ar933x_uart_port *up = in ar933x_uart_verify_port()
472 container_of(port, struct ar933x_uart_port, port); in ar933x_uart_verify_port()
507 static struct ar933x_uart_port *
510 static void ar933x_uart_wait_xmitr(struct ar933x_uart_port *up) in ar933x_uart_wait_xmitr()
526 struct ar933x_uart_port *up = in ar933x_uart_console_putchar()
527 container_of(port, struct ar933x_uart_port, port); in ar933x_uart_console_putchar()
536 struct ar933x_uart_port *up = ar933x_console_ports[co->index]; in ar933x_uart_console_write()
575 struct ar933x_uart_port *up; in ar933x_uart_console_setup()
615 struct ar933x_uart_port *up; in ar933x_uart_probe()
647 up = devm_kzalloc(&pdev->dev, sizeof(struct ar933x_uart_port), in ar933x_uart_probe()
710 struct ar933x_uart_port *up; in ar933x_uart_remove()