Lines Matching refs:uart_txx9_port

64 struct uart_txx9_port {  struct
170 static inline unsigned int sio_in(struct uart_txx9_port *up, int offset) in sio_in()
181 sio_out(struct uart_txx9_port *up, int offset, int value) in sio_out()
194 sio_mask(struct uart_txx9_port *up, int offset, unsigned int value) in sio_mask()
199 sio_set(struct uart_txx9_port *up, int offset, unsigned int value) in sio_set()
205 sio_quot_set(struct uart_txx9_port *up, int quot) in sio_quot_set()
220 static struct uart_txx9_port *to_uart_txx9_port(struct uart_port *port) in to_uart_txx9_port()
222 return container_of(port, struct uart_txx9_port, port); in to_uart_txx9_port()
227 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_stop_tx()
233 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_start_tx()
239 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_stop_rx()
245 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_initialize()
269 receive_chars(struct uart_txx9_port *up, unsigned int *status) in receive_chars()
344 static inline void transmit_chars(struct uart_txx9_port *up) in transmit_chars()
379 struct uart_txx9_port *up = dev_id; in serial_txx9_interrupt()
412 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_tx_empty()
425 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_get_mctrl()
438 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_set_mctrl()
448 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_break_ctl()
463 static void wait_for_xmitr(struct uart_txx9_port *up) in wait_for_xmitr()
492 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_get_poll_char()
518 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_put_poll_char()
544 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_startup()
589 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_shutdown()
629 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_set_termios()
750 static int serial_txx9_request_resource(struct uart_txx9_port *up) in serial_txx9_request_resource()
782 static void serial_txx9_release_resource(struct uart_txx9_port *up) in serial_txx9_release_resource()
807 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_release_port()
813 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_request_port()
819 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_config_port()
867 static struct uart_txx9_port serial_txx9_ports[UART_NR];
875 struct uart_txx9_port *up = &serial_txx9_ports[i]; in serial_txx9_register_ports()
889 struct uart_txx9_port *up = to_uart_txx9_port(port); in serial_txx9_console_putchar()
904 struct uart_txx9_port *up = &serial_txx9_ports[co->index]; in serial_txx9_console_write()
933 struct uart_txx9_port *up; in serial_txx9_console_setup()
1020 struct uart_txx9_port *uart; in serial_txx9_register_port()
1067 struct uart_txx9_port *uart = &serial_txx9_ports[line]; in serial_txx9_unregister_port()
1118 struct uart_txx9_port *up = &serial_txx9_ports[i]; in serial_txx9_remove()
1132 struct uart_txx9_port *up = &serial_txx9_ports[i]; in serial_txx9_suspend()
1146 struct uart_txx9_port *up = &serial_txx9_ports[i]; in serial_txx9_resume()
1205 struct uart_txx9_port *up = pci_get_drvdata(dev); in pciserial_txx9_remove_one()
1216 struct uart_txx9_port *up = pci_get_drvdata(dev); in pciserial_txx9_suspend_one()
1227 struct uart_txx9_port *up = pci_get_drvdata(dev); in pciserial_txx9_resume_one()
1311 struct uart_txx9_port *up = &serial_txx9_ports[i]; in serial_txx9_exit()