Lines Matching refs:serial_txx9_ports
813 static struct uart_port serial_txx9_ports[UART_NR]; variable
821 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_register_ports()
848 struct uart_port *up = &serial_txx9_ports[co->index]; in serial_txx9_console_write()
889 up = &serial_txx9_ports[co->index]; in serial_txx9_console_setup()
936 if (port->line >= ARRAY_SIZE(serial_txx9_ports)) in early_serial_txx9_setup()
939 serial_txx9_ports[port->line] = *port; in early_serial_txx9_setup()
940 serial_txx9_ports[port->line].ops = &serial_txx9_pops; in early_serial_txx9_setup()
941 serial_txx9_ports[port->line].flags |= in early_serial_txx9_setup()
967 uart = &serial_txx9_ports[i]; in serial_txx9_register_port()
976 uart = &serial_txx9_ports[i]; in serial_txx9_register_port()
1009 struct uart_port *uart = &serial_txx9_ports[line]; in serial_txx9_unregister_port()
1061 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_remove()
1074 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_suspend()
1088 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_resume()
1140 pci_set_drvdata(dev, &serial_txx9_ports[line]); in pciserial_txx9_init_one()
1254 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_exit()