Lines Matching refs:uart_port
158 static inline unsigned int sio_in(struct uart_port *up, int offset) in sio_in()
169 sio_out(struct uart_port *up, int offset, int value) in sio_out()
182 sio_mask(struct uart_port *up, int offset, unsigned int value) in sio_mask()
187 sio_set(struct uart_port *up, int offset, unsigned int value) in sio_set()
193 sio_quot_set(struct uart_port *up, int quot) in sio_quot_set()
208 static void serial_txx9_stop_tx(struct uart_port *up) in serial_txx9_stop_tx()
213 static void serial_txx9_start_tx(struct uart_port *up) in serial_txx9_start_tx()
218 static void serial_txx9_stop_rx(struct uart_port *up) in serial_txx9_stop_rx()
223 static void serial_txx9_initialize(struct uart_port *up) in serial_txx9_initialize()
247 receive_chars(struct uart_port *up, unsigned int *status) in receive_chars()
322 static inline void transmit_chars(struct uart_port *up) in transmit_chars()
335 struct uart_port *up = dev_id; in serial_txx9_interrupt()
366 static unsigned int serial_txx9_tx_empty(struct uart_port *up) in serial_txx9_tx_empty()
378 static unsigned int serial_txx9_get_mctrl(struct uart_port *up) in serial_txx9_get_mctrl()
390 static void serial_txx9_set_mctrl(struct uart_port *up, unsigned int mctrl) in serial_txx9_set_mctrl()
399 static void serial_txx9_break_ctl(struct uart_port *up, int break_state) in serial_txx9_break_ctl()
415 static void wait_for_xmitr(struct uart_port *up) in wait_for_xmitr()
440 static int serial_txx9_get_poll_char(struct uart_port *up) in serial_txx9_get_poll_char()
466 static void serial_txx9_put_poll_char(struct uart_port *up, unsigned char c) in serial_txx9_put_poll_char()
492 static int serial_txx9_startup(struct uart_port *up) in serial_txx9_startup()
536 static void serial_txx9_shutdown(struct uart_port *up) in serial_txx9_shutdown()
574 serial_txx9_set_termios(struct uart_port *up, struct ktermios *termios, in serial_txx9_set_termios()
684 serial_txx9_pm(struct uart_port *port, unsigned int state, in serial_txx9_pm()
699 static int serial_txx9_request_resource(struct uart_port *up) in serial_txx9_request_resource()
731 static void serial_txx9_release_resource(struct uart_port *up) in serial_txx9_release_resource()
754 static void serial_txx9_release_port(struct uart_port *up) in serial_txx9_release_port()
759 static int serial_txx9_request_port(struct uart_port *up) in serial_txx9_request_port()
764 static void serial_txx9_config_port(struct uart_port *up, int uflags) in serial_txx9_config_port()
786 serial_txx9_type(struct uart_port *port) in serial_txx9_type()
813 static struct uart_port serial_txx9_ports[UART_NR];
821 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_register_ports()
833 static void serial_txx9_console_putchar(struct uart_port *up, unsigned char ch) in serial_txx9_console_putchar()
848 struct uart_port *up = &serial_txx9_ports[co->index]; in serial_txx9_console_write()
876 struct uart_port *up; in serial_txx9_console_setup()
934 int __init early_serial_txx9_setup(struct uart_port *port) in early_serial_txx9_setup()
959 static int serial_txx9_register_port(struct uart_port *port) in serial_txx9_register_port()
962 struct uart_port *uart; in serial_txx9_register_port()
1009 struct uart_port *uart = &serial_txx9_ports[line]; in serial_txx9_unregister_port()
1027 struct uart_port *p = dev_get_platdata(&dev->dev); in serial_txx9_probe()
1028 struct uart_port port; in serial_txx9_probe()
1031 memset(&port, 0, sizeof(struct uart_port)); in serial_txx9_probe()
1061 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_remove()
1075 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_suspend()
1089 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_resume()
1119 struct uart_port port; in pciserial_txx9_init_one()
1148 struct uart_port *up = pci_get_drvdata(dev); in pciserial_txx9_remove_one()
1159 struct uart_port *up = pci_get_drvdata(dev); in pciserial_txx9_suspend_one()
1170 struct uart_port *up = pci_get_drvdata(dev); in pciserial_txx9_resume_one()
1255 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_exit()