Lines Matching refs:uart_txx9_port

60 struct uart_txx9_port {  struct
166 static inline unsigned int sio_in(struct uart_txx9_port *up, int offset) in sio_in()
177 sio_out(struct uart_txx9_port *up, int offset, int value) in sio_out()
190 sio_mask(struct uart_txx9_port *up, int offset, unsigned int value) in sio_mask()
195 sio_set(struct uart_txx9_port *up, int offset, unsigned int value) in sio_set()
201 sio_quot_set(struct uart_txx9_port *up, int quot) in sio_quot_set()
216 static struct uart_txx9_port *to_uart_txx9_port(struct uart_port *port) in to_uart_txx9_port()
218 return container_of(port, struct uart_txx9_port, port); in to_uart_txx9_port()
223 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_stop_tx()
229 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_start_tx()
235 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_stop_rx()
241 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_initialize()
264 receive_chars(struct uart_txx9_port *up, unsigned int *status) in receive_chars()
339 static inline void transmit_chars(struct uart_txx9_port *up) in transmit_chars()
374 struct uart_txx9_port *up = dev_id; in serial_txx9_interrupt()
407 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_tx_empty()
420 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_get_mctrl()
433 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_set_mctrl()
443 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_break_ctl()
458 static void wait_for_xmitr(struct uart_txx9_port *up) in wait_for_xmitr()
487 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_get_poll_char()
513 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_put_poll_char()
539 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_startup()
584 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_shutdown()
624 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_set_termios()
745 static int serial_txx9_request_resource(struct uart_txx9_port *up) in serial_txx9_request_resource()
777 static void serial_txx9_release_resource(struct uart_txx9_port *up) in serial_txx9_release_resource()
802 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_release_port()
808 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_request_port()
814 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_config_port()
862 static struct uart_txx9_port serial_txx9_ports[UART_NR];
870 struct uart_txx9_port *up = &serial_txx9_ports[i]; in serial_txx9_register_ports()
884 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_console_putchar()
899 struct uart_txx9_port *up = &serial_txx9_ports[co->index]; in serial_txx9_console_write()
928 struct uart_txx9_port *up; in serial_txx9_console_setup()
1015 struct uart_txx9_port *uart; in serial_txx9_register_port()
1062 struct uart_txx9_port *uart = &serial_txx9_ports[line]; in serial_txx9_unregister_port()
1114 struct uart_txx9_port *up = &serial_txx9_ports[i]; in serial_txx9_remove()
1128 struct uart_txx9_port *up = &serial_txx9_ports[i]; in serial_txx9_suspend()
1142 struct uart_txx9_port *up = &serial_txx9_ports[i]; in serial_txx9_resume()
1201 struct uart_txx9_port *up = pci_get_drvdata(dev); in pciserial_txx9_remove_one()
1212 struct uart_txx9_port *up = pci_get_drvdata(dev); in pciserial_txx9_suspend_one()
1223 struct uart_txx9_port *up = pci_get_drvdata(dev); in pciserial_txx9_resume_one()
1310 struct uart_txx9_port *up = &serial_txx9_ports[i]; in serial_txx9_exit()