Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dioc4_serial.c28 #define IOC4_NUM_SERIAL_PORTS 4 /* max ports per card */ macro
410 } ic_port[IOC4_NUM_SERIAL_PORTS];
533 static struct hooks hooks_array[IOC4_NUM_SERIAL_PORTS] = {
748 for ( port_num = 0; port_num < IOC4_NUM_SERIAL_PORTS; in get_ioc4_port()
1051 struct ioc4_port *ports[IOC4_NUM_SERIAL_PORTS]; in ioc4_attach_local()
1076 for (port_number = 0; port_number < IOC4_NUM_SERIAL_PORTS; in ioc4_attach_local()
2622 .nr = IOC4_NUM_CARDS * IOC4_NUM_SERIAL_PORTS,
2631 .nr = IOC4_NUM_CARDS * IOC4_NUM_SERIAL_PORTS,
2654 for (port_num = 0; port_num < IOC4_NUM_SERIAL_PORTS; port_num++) { in ioc4_serial_remove_one()
2732 for (port_num = 0; port_num < IOC4_NUM_SERIAL_PORTS; port_num++) { in ioc4_serial_core_attach()