Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dioc4_serial.c31 #define IOC4_NUM_SERIAL_PORTS 4 /* max ports per card */ macro
413 } ic_port[IOC4_NUM_SERIAL_PORTS];
536 static struct hooks hooks_array[IOC4_NUM_SERIAL_PORTS] = {
751 for ( port_num = 0; port_num < IOC4_NUM_SERIAL_PORTS; in get_ioc4_port()
1054 struct ioc4_port *ports[IOC4_NUM_SERIAL_PORTS]; in ioc4_attach_local()
1079 for (port_number = 0; port_number < IOC4_NUM_SERIAL_PORTS; in ioc4_attach_local()
2620 .nr = IOC4_NUM_CARDS * IOC4_NUM_SERIAL_PORTS,
2629 .nr = IOC4_NUM_CARDS * IOC4_NUM_SERIAL_PORTS,
2652 for (port_num = 0; port_num < IOC4_NUM_SERIAL_PORTS; port_num++) { in ioc4_serial_remove_one()
2730 for (port_num = 0; port_num < IOC4_NUM_SERIAL_PORTS; port_num++) { in ioc4_serial_core_attach()