Lines Matching defs:uart_sunsu_port
84 struct uart_sunsu_port {
104 static unsigned int serial_in(struct uart_sunsu_port *up, int offset)
121 static void serial_out(struct uart_sunsu_port *up, int offset, int value)
166 static void serial_icr_write(struct uart_sunsu_port *up, int offset, int value)
173 static unsigned int serial_icr_read(struct uart_sunsu_port *up, int offset)
191 static int __enable_rsa(struct uart_sunsu_port *up)
211 static void enable_rsa(struct uart_sunsu_port *up)
230 static void disable_rsa(struct uart_sunsu_port *up)
255 static inline void __stop_tx(struct uart_sunsu_port *p)
265 struct uart_sunsu_port *up =
266 container_of(port, struct uart_sunsu_port, port);
281 struct uart_sunsu_port *up =
282 container_of(port, struct uart_sunsu_port, port);
300 struct uart_sunsu_port *up =
301 container_of(port, struct uart_sunsu_port, port);
310 struct uart_sunsu_port *up =
311 container_of(port, struct uart_sunsu_port, port);
321 receive_chars(struct uart_sunsu_port *up, unsigned char *status)
397 static void transmit_chars(struct uart_sunsu_port *up)
432 static void check_modem_status(struct uart_sunsu_port *up)
455 struct uart_sunsu_port *up = dev_id;
484 static void sunsu_change_mouse_baud(struct uart_sunsu_port *up)
497 static void receive_kbd_ms_chars(struct uart_sunsu_port *up, int is_break)
529 struct uart_sunsu_port *up = dev_id;
543 struct uart_sunsu_port *up =
544 container_of(port, struct uart_sunsu_port, port);
557 struct uart_sunsu_port *up =
558 container_of(port, struct uart_sunsu_port, port);
578 struct uart_sunsu_port *up =
579 container_of(port, struct uart_sunsu_port, port);
598 struct uart_sunsu_port *up =
599 container_of(port, struct uart_sunsu_port, port);
613 struct uart_sunsu_port *up =
614 container_of(port, struct uart_sunsu_port, port);
724 struct uart_sunsu_port *up =
725 container_of(port, struct uart_sunsu_port, port);
773 struct uart_sunsu_port *up =
774 container_of(port, struct uart_sunsu_port, port);
923 struct uart_sunsu_port *up =
924 container_of(port, struct uart_sunsu_port, port);
973 static struct uart_sunsu_port sunsu_ports[UART_NR];
982 struct uart_sunsu_port *up = serio->port_data;
1002 struct uart_sunsu_port *up = serio->port_data;
1019 struct uart_sunsu_port *up = serio->port_data;
1029 static void sunsu_autoconfig(struct uart_sunsu_port *up)
1186 static int sunsu_kbd_ms_init(struct uart_sunsu_port *up)
1254 static void wait_for_xmitr(struct uart_sunsu_port *up)
1281 struct uart_sunsu_port *up =
1282 container_of(port, struct uart_sunsu_port, port);
1295 struct uart_sunsu_port *up = &sunsu_ports[co->index];
1427 struct uart_sunsu_port *up;
1520 struct uart_sunsu_port *up = platform_get_drvdata(op);