Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Dserial_txx9.c883 static struct uart_txx9_port serial_txx9_ports[UART_NR]; variable
891 struct uart_txx9_port *up = &serial_txx9_ports[i]; in serial_txx9_register_ports()
920 struct uart_txx9_port *up = &serial_txx9_ports[co->index]; in serial_txx9_console_write()
962 up = &serial_txx9_ports[co->index]; in serial_txx9_console_setup()
1010 if (port->line >= ARRAY_SIZE(serial_txx9_ports)) in early_serial_txx9_setup()
1013 serial_txx9_ports[port->line].port = *port; in early_serial_txx9_setup()
1014 serial_txx9_ports[port->line].port.ops = &serial_txx9_pops; in early_serial_txx9_setup()
1015 serial_txx9_ports[port->line].port.flags |= in early_serial_txx9_setup()
1041 uart = &serial_txx9_ports[i]; in serial_txx9_register_port()
1050 uart = &serial_txx9_ports[i]; in serial_txx9_register_port()
[all …]