Searched refs:MAX_TOTAL_PORTS (Results 1 – 2 of 2) sorted by relevance
296 #define MAX_TOTAL_PORTS CONFIG_FWTTY_MAX_TOTAL_PORTS macro
68 static struct fwtty_port *port_table[MAX_TOTAL_PORTS];71 #define FWTTY_INVALID_INDEX MAX_TOTAL_PORTS835 if (index >= MAX_TOTAL_PORTS) in fwtty_port_get()856 for (i = 0; i + num_ports <= MAX_TOTAL_PORTS; i += num_ports) { in fwtty_ports_add()1481 for (i = 0; i < MAX_TOTAL_PORTS && (port = fwtty_port_get(i)); ++i) { in fwtty_proc_show()2820 fwtty_driver = tty_alloc_driver(MAX_TOTAL_PORTS, TTY_DRIVER_REAL_RAW in fwserial_init()2844 fwloop_driver = tty_alloc_driver(MAX_TOTAL_PORTS / num_ports, in fwserial_init()