Home
last modified time | relevance | path

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

/linux-4.1.27/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()
1053 struct ioc4_port *ports[IOC4_NUM_SERIAL_PORTS]; in ioc4_attach_local()
1078 for (port_number = 0; port_number < IOC4_NUM_SERIAL_PORTS; in ioc4_attach_local()
2619 .nr = IOC4_NUM_CARDS * IOC4_NUM_SERIAL_PORTS,
2628 .nr = IOC4_NUM_CARDS * IOC4_NUM_SERIAL_PORTS,
2651 for (port_num = 0; port_num < IOC4_NUM_SERIAL_PORTS; port_num++) { in ioc4_serial_remove_one()
2729 for (port_num = 0; port_num < IOC4_NUM_SERIAL_PORTS; port_num++) { in ioc4_serial_core_attach()