Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dioc3_serial.c31 #define PORTS_PER_CARD 2 macro
32 #define LOGICAL_PORTS_PER_CARD (PORTS_PER_CARD * LOGICAL_PORTS)
129 } ic_port[PORTS_PER_CARD];
217 static struct port_hooks hooks_array[PORTS_PER_CARD] = {
365 for (ii = 0; ii < PORTS_PER_CARD; ii++) { in get_ioc3_port()
2016 struct ioc3_port *ports[PORTS_PER_CARD]; in ioc3uart_probe()
2041 for (phys_port = 0; phys_port < PORTS_PER_CARD; phys_port++) { in ioc3uart_probe()