Home
last modified time | relevance | path

Searched refs:serial_txx9_ports (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/tty/serial/
Dserial_txx9.c813 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()
[all …]