Searched refs:serial_txx9_ports (Results 1 – 1 of 1) sorted by relevance
864 static struct uart_txx9_port serial_txx9_ports[UART_NR]; variable872 struct uart_txx9_port *up = &serial_txx9_ports[i]; in serial_txx9_register_ports()901 struct uart_txx9_port *up = &serial_txx9_ports[co->index]; in serial_txx9_console_write()943 up = &serial_txx9_ports[co->index]; in serial_txx9_console_setup()991 if (port->line >= ARRAY_SIZE(serial_txx9_ports)) in early_serial_txx9_setup()994 serial_txx9_ports[port->line].port = *port; in early_serial_txx9_setup()995 serial_txx9_ports[port->line].port.ops = &serial_txx9_pops; in early_serial_txx9_setup()996 serial_txx9_ports[port->line].port.flags |= in early_serial_txx9_setup()1022 uart = &serial_txx9_ports[i]; in serial_txx9_register_port()1031 uart = &serial_txx9_ports[i]; in serial_txx9_register_port()[all …]