Searched refs:MAX_CARD_PORTS (Results 1 – 2 of 2) sorted by relevance
296 #define MAX_CARD_PORTS CONFIG_FWTTY_MAX_CARD_PORTS macro334 struct fwtty_port *ports[MAX_CARD_PORTS];
2749 if (num_ttys + num_loops > MAX_CARD_PORTS) in fwserial_init()2750 num_ttys = MAX_CARD_PORTS - num_loops; in fwserial_init()