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()
357 struct uart_port *up = dev_id; in serial_txx9_interrupt()
388 static unsigned int serial_txx9_tx_empty(struct uart_port *up) in serial_txx9_tx_empty()
400 static unsigned int serial_txx9_get_mctrl(struct uart_port *up) in serial_txx9_get_mctrl()
412 static void serial_txx9_set_mctrl(struct uart_port *up, unsigned int mctrl) in serial_txx9_set_mctrl()
421 static void serial_txx9_break_ctl(struct uart_port *up, int break_state) in serial_txx9_break_ctl()
437 static void wait_for_xmitr(struct uart_port *up) in wait_for_xmitr()
462 static int serial_txx9_get_poll_char(struct uart_port *up) in serial_txx9_get_poll_char()
488 static void serial_txx9_put_poll_char(struct uart_port *up, unsigned char c) in serial_txx9_put_poll_char()
514 static int serial_txx9_startup(struct uart_port *up) in serial_txx9_startup()
558 static void serial_txx9_shutdown(struct uart_port *up) in serial_txx9_shutdown()
596 serial_txx9_set_termios(struct uart_port *up, struct ktermios *termios, in serial_txx9_set_termios()
706 serial_txx9_pm(struct uart_port *port, unsigned int state, in serial_txx9_pm()
721 static int serial_txx9_request_resource(struct uart_port *up) in serial_txx9_request_resource()
753 static void serial_txx9_release_resource(struct uart_port *up) in serial_txx9_release_resource()
776 static void serial_txx9_release_port(struct uart_port *up) in serial_txx9_release_port()
781 static int serial_txx9_request_port(struct uart_port *up) in serial_txx9_request_port()
786 static void serial_txx9_config_port(struct uart_port *up, int uflags) in serial_txx9_config_port()
808 serial_txx9_type(struct uart_port *port) in serial_txx9_type()
835 static struct uart_port serial_txx9_ports[UART_NR];
843 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_register_ports()
855 static void serial_txx9_console_putchar(struct uart_port *up, unsigned char ch) in serial_txx9_console_putchar()
870 struct uart_port *up = &serial_txx9_ports[co->index]; in serial_txx9_console_write()
898 struct uart_port *up; in serial_txx9_console_setup()
956 int __init early_serial_txx9_setup(struct uart_port *port) in early_serial_txx9_setup()
981 static int serial_txx9_register_port(struct uart_port *port) in serial_txx9_register_port()
984 struct uart_port *uart; in serial_txx9_register_port()
1031 struct uart_port *uart = &serial_txx9_ports[line]; in serial_txx9_unregister_port()
1049 struct uart_port *p = dev_get_platdata(&dev->dev); in serial_txx9_probe()
1050 struct uart_port port; in serial_txx9_probe()
1053 memset(&port, 0, sizeof(struct uart_port)); in serial_txx9_probe()
1083 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_remove()
1097 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_suspend()
1111 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_resume()
1141 struct uart_port port; in pciserial_txx9_init_one()
1170 struct uart_port *up = pci_get_drvdata(dev); in pciserial_txx9_remove_one()
1181 struct uart_port *up = pci_get_drvdata(dev); in pciserial_txx9_suspend_one()
1192 struct uart_port *up = pci_get_drvdata(dev); in pciserial_txx9_resume_one()
1277 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_exit()