Searched refs:serial_txx9_ports (Results 1 – 1 of 1) sorted by relevance
862 static struct uart_txx9_port serial_txx9_ports[UART_NR]; variable870 struct uart_txx9_port *up = &serial_txx9_ports[i]; in serial_txx9_register_ports()899 struct uart_txx9_port *up = &serial_txx9_ports[co->index]; in serial_txx9_console_write()941 up = &serial_txx9_ports[co->index]; in serial_txx9_console_setup()989 if (port->line >= ARRAY_SIZE(serial_txx9_ports)) in early_serial_txx9_setup()992 serial_txx9_ports[port->line].port = *port; in early_serial_txx9_setup()993 serial_txx9_ports[port->line].port.ops = &serial_txx9_pops; in early_serial_txx9_setup()994 serial_txx9_ports[port->line].port.flags |= in early_serial_txx9_setup()1020 uart = &serial_txx9_ports[i]; in serial_txx9_register_port()1029 uart = &serial_txx9_ports[i]; in serial_txx9_register_port()[all …]