Searched refs:serial_txx9_ports (Results 1 – 1 of 1) sorted by relevance
812 static struct uart_port serial_txx9_ports[UART_NR]; variable820 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_register_ports()847 struct uart_port *up = &serial_txx9_ports[co->index]; in serial_txx9_console_write()888 up = &serial_txx9_ports[co->index]; in serial_txx9_console_setup()935 if (port->line >= ARRAY_SIZE(serial_txx9_ports)) in early_serial_txx9_setup()938 serial_txx9_ports[port->line] = *port; in early_serial_txx9_setup()939 serial_txx9_ports[port->line].ops = &serial_txx9_pops; in early_serial_txx9_setup()940 serial_txx9_ports[port->line].flags |= in early_serial_txx9_setup()966 uart = &serial_txx9_ports[i]; in serial_txx9_register_port()975 uart = &serial_txx9_ports[i]; in serial_txx9_register_port()[all …]